From 6044b4644df8241868be041e35a4ee4a1494163d Mon Sep 17 00:00:00 2001 From: cscherr Date: Wed, 4 Jun 2025 12:35:56 +0200 Subject: [PATCH] prev buf --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index bb1a139..9d69bbf 100644 --- a/config.toml +++ b/config.toml @@ -55,6 +55,7 @@ C-j = "jump_view_down" C-k = "jump_view_up" C-l = "jump_view_right" "tab" = "goto_next_buffer" +"S-tab" = "goto_previous_buffer" # Stolen stuff for being more vim like # Undoing the 'd' + motion commands restores the selection which is annoying