From 241161f81454dbe0ed3f809303b4caa713466ea2 Mon Sep 17 00:00:00 2001 From: TheK4n Date: Thu, 26 May 2022 12:56:49 +0300 Subject: [PATCH] bind --- sub/zsh/options | 2 -- sub/zsh/plugin | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/sub/zsh/options b/sub/zsh/options index eb0737d..bf30fff 100644 --- a/sub/zsh/options +++ b/sub/zsh/options @@ -25,5 +25,3 @@ bindkey '^[[6~' end-of-buffer-or-history # page down bindkey '^[[H' beginning-of-line # home bindkey '^[[F' end-of-line # end bindkey '^[[Z' undo # shift + tab undo last action - - diff --git a/sub/zsh/plugin b/sub/zsh/plugin index 3031ed6..9678b4b 100644 --- a/sub/zsh/plugin +++ b/sub/zsh/plugin @@ -7,3 +7,4 @@ so ~/.subzsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh so ~/.subzsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh so ~/.subzsh/plugins/hlissner/zsh-autopair/autopair.zsh +bindkey '`' autosuggest-accept