From 5c2a9194482212a3ec05ba546c8b73a1343b2c3c Mon Sep 17 00:00:00 2001 From: TheK4n Date: Tue, 7 Jun 2022 18:44:42 +0300 Subject: [PATCH] fix --- sub/zsh/aliases | 1 + sub/zsh/options | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/sub/zsh/aliases b/sub/zsh/aliases index 6e3f158..5a35aaa 100644 --- a/sub/zsh/aliases +++ b/sub/zsh/aliases @@ -2,3 +2,4 @@ alias -g L="| less -R" alias -g NO="1>/dev/null" # stdOut alias -g NE="2>/dev/null" # stdErr alias -g NA="1>/dev/null 2>&1" # All +bindkey '`' autosuggest-accept diff --git a/sub/zsh/options b/sub/zsh/options index 457b226..6a470aa 100644 --- a/sub/zsh/options +++ b/sub/zsh/options @@ -25,7 +25,6 @@ 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 -bindkey '`' autosuggest-accept bindkey '^K' up-line-or-history bindkey '^J' down-line-or-history bindkey '^E' vi-forward-word