From a20d17eb8bac71bf4818c40eb3373961a2087671 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Mon, 19 Dec 2022 06:47:20 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=BB=D0=B0=D0=B2=D0=B8=D1=88=D0=B0=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20=D0=B7=D0=B0=D0=BF=D1=83=D1=81=D0=BA=D0=B0?= =?UTF-8?q?=20navi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 85-keybindings.zsh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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