This commit is contained in:
cscherr 2025-06-04 12:35:56 +02:00
parent dfb2427d97
commit 6044b4644d
Signed by: cscherrNT
GPG key ID: 8E2B45BC51A27EA7

View file

@ -55,6 +55,7 @@ C-j = "jump_view_down"
C-k = "jump_view_up" C-k = "jump_view_up"
C-l = "jump_view_right" C-l = "jump_view_right"
"tab" = "goto_next_buffer" "tab" = "goto_next_buffer"
"S-tab" = "goto_previous_buffer"
# Stolen stuff for being more vim like # Stolen stuff for being more vim like
# Undoing the 'd' + motion commands restores the selection which is annoying # Undoing the 'd' + motion commands restores the selection which is annoying