fixes and tmux config structure
This commit is contained in:
@@ -9,6 +9,9 @@ unsetopt HIST_SAVE_NO_DUPS # Do not write a duplicate event to the histo
|
||||
setopt SHARE_HISTORY # Share history between all sessions.
|
||||
|
||||
bindkey '^R' history-incremental-search-backward
|
||||
bindkey '^A' beginning-of-line
|
||||
bindkey '^E' end-of-line
|
||||
bindkey '^K' kill-line
|
||||
|
||||
setopt AUTO_PUSHD # Push the current directory visited on the stack.
|
||||
setopt PUSHD_IGNORE_DUPS # Do not store duplicates in the stack.
|
||||
|
||||
Reference in New Issue
Block a user