zsh vim-like keybindings for navigating history
This commit is contained in:
3
.zshrc
3
.zshrc
@ -15,6 +15,9 @@ setopt appendhistory
|
|||||||
bindkey '^R' history-incremental-search-backward
|
bindkey '^R' history-incremental-search-backward
|
||||||
bindkey '^I^I' autosuggest-accept
|
bindkey '^I^I' autosuggest-accept
|
||||||
|
|
||||||
|
bindkey '^k' up-line-or-history
|
||||||
|
bindkey '^j' down-line-or-history
|
||||||
|
|
||||||
alias v="nvim"
|
alias v="nvim"
|
||||||
alias ta='tmux at || tmux'
|
alias ta='tmux at || tmux'
|
||||||
alias ls="ls --color"
|
alias ls="ls --color"
|
||||||
|
|||||||
Reference in New Issue
Block a user