Merge branch 'main' into Refactoring
This commit is contained in:
commit
22963d8523
2 changed files with 9 additions and 6 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
## Base Config
|
## Base Config
|
||||||
set -g default-terminal "screen-256color"
|
|
||||||
|
set-option -sa terminal-overrides ",xterm*:Tc"
|
||||||
|
# set -g default-terminal "screen-256color"
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
set -g history-limit 100000
|
set -g history-limit 100000
|
||||||
set -g base-index 1 # start windows in 1
|
set -g base-index 1 # start windows in 1
|
||||||
|
|
@ -9,7 +11,7 @@ unbind -T copy-mode-vi Space; #Default for begin-selection
|
||||||
unbind -T copy-mode-vi Enter; #Default for copy-selection
|
unbind -T copy-mode-vi Enter; #Default for copy-selection
|
||||||
bind -T copy-mode-vi v send-keys -X begin-selection
|
bind -T copy-mode-vi v send-keys -X begin-selection
|
||||||
bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "wl-copy"
|
bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "wl-copy"
|
||||||
set -g -a terminal-overrides ',*:Ss=\E[%p1%d q:Se=\E[2 q'
|
# set -g -a terminal-overrides ',*:Ss=\E[%p1%d q:Se=\E[2 q'
|
||||||
set -sg escape-time 0
|
set -sg escape-time 0
|
||||||
|
|
||||||
## Keybindings
|
## Keybindings
|
||||||
|
|
@ -57,6 +59,7 @@ set -g @plugin 'tmux-plugins/tmux-copycat'`
|
||||||
set -g @plugin 'laktak/extrakto'
|
set -g @plugin 'laktak/extrakto'
|
||||||
set -g @plugin 'christoomey/vim-tmux-navigator'
|
set -g @plugin 'christoomey/vim-tmux-navigator'
|
||||||
set -g @plugin 'sainnhe/tmux-fzf'
|
set -g @plugin 'sainnhe/tmux-fzf'
|
||||||
|
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||||
|
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,16 +1,16 @@
|
||||||
HISTFILE=~/.histfile
|
HISTFILE=~/.histfile
|
||||||
HISTSIZE=1000
|
HISTSIZE=1000
|
||||||
SAVEHIST=1000
|
SAVEHIST=1000
|
||||||
setopt BANG_HIST
|
# setopt BANG_HIST
|
||||||
setopt EXTENDED_HISTORY
|
setopt EXTENDED_HISTORY
|
||||||
# setopt HIST_EXPIRE_DUPS_FIRST
|
# setopt HIST_EXPIRE_DUPS_FIRST
|
||||||
# setopt HIST_IGNORE_DUPS
|
# setopt HIST_IGNORE_DUPS
|
||||||
# setopt HIST_FIND_NO_DUPS
|
# setopt HIST_FIND_NO_DUPS
|
||||||
# setopt HIST_IGNORE_ALL_DUPS
|
# setopt HIST_IGNORE_ALL_DUPS
|
||||||
setopt HIST_IGNORE_SPACE
|
# setopt HIST_IGNORE_SPACE
|
||||||
# setopt HIST_SAVE_NO_DUPS
|
# setopt HIST_SAVE_NO_DUPS
|
||||||
setopt HIST_VERIFY
|
# setopt HIST_VERIFY
|
||||||
setopt SHARE_HISTORY
|
# setopt SHARE_HISTORY
|
||||||
|
|
||||||
# Navigation
|
# Navigation
|
||||||
setopt AUTO_CD
|
setopt AUTO_CD
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue