diff options
| author | Paul Iannetta <paul.iannetta@ens-lyon.fr> | 2022-04-21 23:55:52 +0200 |
|---|---|---|
| committer | Paul Iannetta <paul.iannetta@ens-lyon.fr> | 2022-04-22 08:24:15 +0200 |
| commit | c86932296809fb0b9dec4af024869a0648ac8ffd (patch) | |
| tree | c07914419e289b0f1488f2322e31e459ef4a3b7f /.config/zsh/plugin/vi-mode.plugin | |
| parent | e83c4515e0179221e7315abb606452ab2f7b561d (diff) | |
update zsh conf
Diffstat (limited to '.config/zsh/plugin/vi-mode.plugin')
| -rwxr-xr-x[-rw-r--r--] | .config/zsh/plugin/vi-mode.plugin | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/zsh/plugin/vi-mode.plugin b/.config/zsh/plugin/vi-mode.plugin index 8747a7e..44c11a1 100644..100755 --- a/.config/zsh/plugin/vi-mode.plugin +++ b/.config/zsh/plugin/vi-mode.plugin @@ -1,4 +1,7 @@ +# vim: ft=zsh + # Updates editor information when the keymap changes. + function zle-keymap-select() { zle reset-prompt zle -R |
