From 67fc567939eec10fcea47cd3569d1682698a5724 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 21 Oct 2024 22:39:32 +0200 Subject: feat(modules/zsh): Nearly completely rewrite New features: - The `vi` mode is now actually useful - The whole history search/suggestion has been integrated into `atuin` - The `edit-command-line` plugin does no longer print useless stuff - and miscellaneous other things. --- modules/by-name/zs/zsh/config/keymaps/command.zsh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 modules/by-name/zs/zsh/config/keymaps/command.zsh (limited to 'modules/by-name/zs/zsh/config/keymaps/command.zsh') diff --git a/modules/by-name/zs/zsh/config/keymaps/command.zsh b/modules/by-name/zs/zsh/config/keymaps/command.zsh new file mode 100644 index 00000000..81ae6dda --- /dev/null +++ b/modules/by-name/zs/zsh/config/keymaps/command.zsh @@ -0,0 +1,6 @@ +# Keymap used in the vicmd `execute-named-cmd` mode +bindkey -N command + +bindkey -M command "^J" accept-line +bindkey -M command "^M" accept-line +bindkey -M command "^G" send-break -- cgit 1.4.1