Skip to content

Commit

Permalink
Improving history
Browse files Browse the repository at this point in the history
  • Loading branch information
daonb committed Nov 23, 2020
1 parent 5233003 commit 794faa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ set -g status-right '#[fg=colour233,bg=colour241,bold] %d/%m #[fg=colour233,bg=c
set -g status-right-length 50
set -g status-left-length 20
set -g window-status-current-format ' #I#[fg=colour250]:#[fg=colour255]#W#[fg=colour50]#F '
set -g history-limit 5000
# Smart pane switching with awareness of Vim splits.
# See: https://github.com/christoomey/vim-tmux-navigator
is_vim="ps -o state= -o comm= -t '#{pane_tty}' \
Expand Down
2 changes: 1 addition & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ bindkey -v
bindkey -M vicmd '?' history-incremental-search-backward
# History
setopt extendedhistory
setopt appendhistory
# setopt appendhistory
setopt sharehistory
setopt histexpiredupsfirst
# bindkey '^[[A' up-line-or-search
Expand Down

0 comments on commit 794faa4

Please sign in to comment.