dotfiles

Author: Kyle Fuller <kyle@fuller.li> 2020-08-26 11:40:53 +0100 +0100
Committer: Kyle Fuller <kyle@fuller.li> 2020-08-26 12:14:47 +0100 +0100
Commit: dfce5d24afc32723f11e3c53b2cf1c13e59eff10
Parent: 6739bd81114f03989b3a9e000d47c198eae97437


fix(kitty): support common keyboard shortcuts
diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf
index 233c64deadb6bcdcd9dced215b5c94c6e749296b..97a2426defa6ca9bb3cec13f72dda2fdccbbd000 100644
--- a/.config/kitty/kitty.conf
+++ b/.config/kitty/kitty.conf
@@ -2,6 +2,20 @@ font_family Source Code Pro
 font_size 12
 
 include themes/jellybeans.conf
+window_margin_width 2
 
 map super+c copy_to_clipboard
 map super+v paste_from_clipboard
+
+map super+n new_os_window_with_cwd
+map super+t new_tab_with_cwd
+map super+w close_tab
+map super+k clear_terminal clear active
+
+map super+shift+[ previous_tab
+map super+shift+] next_tab
+map super+left previous_tab
+map super+right next_tab
+
+map super+up scroll_line_up
+map super+down scroll_line_down