Skip to content

Commit

Permalink
🔧 (zellij): use vim keybind to move
Browse files Browse the repository at this point in the history
  • Loading branch information
elythh committed Dec 11, 2024
1 parent 2744284 commit d2d11c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/home/opt/shell/zellij/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ in
bind "Alt 4" { GoToTab 4;}
}
unbind "Ctrl b" "Ctrl h" "Alt j" "Alt l" "Alt h" "Alt k" "Ctrl j" "Ctrl k" "Ctrl l"
unbind "Ctrl b" "Ctrl q"
}
'';

Expand Down

0 comments on commit d2d11c4

Please sign in to comment.