diff --git a/85-keybindings.zsh b/85-keybindings.zsh index c17d7a8..0cb25ca 100644 --- a/85-keybindings.zsh +++ b/85-keybindings.zsh @@ -1,9 +1,12 @@ # shellcheck shell=bash # vim: ft=sh -# Defined shortcut keys: [Esc] [Esc] +# [Esc] [Esc] вместо Ctrl+G bindkey '\e\e' send-break +# Navi +bindkey '^G' _navi_widget + # FZF #{{{ bindkey "^F" fzf-file-widget # Ctrl+F file search bindkey "^[[A" fzf-history-widget # Up