Skip to content

Commit

Permalink
kitty: fix copy shortcuts
Browse files Browse the repository at this point in the history
They were still all set to "Copy Line" somehow.
  • Loading branch information
gibfahn committed Dec 27, 2018
1 parent cda4339 commit 1514893
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dotfiles/.config/kitty/kitty.conf
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,11 @@ map kitty_mod+v paste_from_clipboard
map kitty_mod+i paste_from_selection
map kitty_mod+c copy_to_clipboard
# Select a path/filename and copy it to the clipboard.
map kitty_mod+shift+c>f kitten hints --type line --program @
map kitty_mod+shift+c>f kitten hints --type path --program @
# Select a line of text and copy it to the clipboard.
map kitty_mod+shift+c>l kitten hints --type line --program @
map kitty_mod+shift+c>u kitten hints --type url --program @
# Select words and copy it to the clipboard.
map kitty_mod+shift+c>w kitten hints --type line --program @
map kitty_mod+shift+c>w kitten hints --type word --program @
# }}} Clipboard

# {{{ Scrolling
Expand Down

0 comments on commit 1514893

Please sign in to comment.