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