Skip to content

Commit 2daf1b1

Browse files
kitty: add ergonomic shortcuts to move through tabs
1 parent eb89b7c commit 2daf1b1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

kitty/kitty.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,11 @@ tab_bar_style slant
4040
scrollback_lines 10_000
4141
scrollback_pager_history_size 100
4242

43-
# Make switching windows more ergonomic
43+
# Make switching windows and tabs more ergonomic
4444
map kitty_mod+j next_window
4545
map kitty_mod+k previous_window
46+
map kitty_mod+alt+j next_tab
47+
map kitty_mod+alt+k previous_tab
4648

4749
# Wayland
4850
wayland_titlebar_color background

0 commit comments

Comments
 (0)