This commit is contained in:
TheK4n 2022-06-07 18:44:42 +03:00
parent e780e0edeb
commit 5c2a919448
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File

@ -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