Skip to content

Commit

Permalink
chore(shell): use jk instead of jj for vi mode
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnwriter committed Oct 24, 2024
1 parent 47b3a46 commit a089859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/zsh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
zle -N down-line-or-beginning-search;
bindkey -v '^?' backward-delete-char;
bindkey -M viins 'jj' vi-cmd-mode;
bindkey -M viins 'jk' vi-cmd-mode;
bindkey -s '^y' '^uyazi\n'
bindkey -s '^z' '^ufg\n'
Expand Down

0 comments on commit a089859

Please sign in to comment.