Skip to content

Commit

Permalink
edit-command-line with ^e
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Jan 11, 2025
1 parent d193632 commit 41ab05e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home-manager-modules/zsh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
autoload -Uz edit-command-line
zle -N edit-command-line
bindkey -M vicmd 'e' edit-command-line
bindkey -M vicmd '^e' edit-command-line
'';
initExtraBeforeCompInit = ''
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Za-z}'
Expand Down

0 comments on commit 41ab05e

Please sign in to comment.