dotfiles

My dotfiles.
Log | Files | Refs | LICENSE

commit d85668dfd69675e7aeb9c51d8a2c49df134e7331
parent 28795c0a5b196cbbc9c73013980ea5f8965032c8
Author: Ryan Jeffrey <ryan@ryanmj.xyz>
Date:   Sat, 15 Jan 2022 02:28:36 -0800

Change copy to Alt-C

Diffstat:
M.config/kitty/kitty.conf | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf @@ -1007,7 +1007,7 @@ clear_all_shortcuts no #: Clipboard {{{ -map kitty_mod+c copy_to_clipboard +map alt+c copy_to_clipboard #: There is also a copy_or_interrupt action that can be optionally #: mapped to Ctrl+c. It will copy only if there is a selection and