1
0

fixes and tmux config structure

This commit is contained in:
2025-02-15 11:31:51 +01:00
parent c9e2eeed50
commit b98eaae996
2 changed files with 49 additions and 23 deletions

View File

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