fix
This commit is contained in:
parent
e780e0edeb
commit
5c2a919448
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user