Clean up tmux config
This commit is contained in:
parent
f9bbb8e294
commit
a4b9e7f102
2 changed files with 5 additions and 6 deletions
|
@ -1,18 +1,16 @@
|
|||
set -g mouse on
|
||||
setw -g mode-keys vi
|
||||
set -g history-limit 1000
|
||||
set -g terminal-overrides 'xterm*:smcup@:rmcup@'
|
||||
set-window-option -g mouse on
|
||||
set-window-option -g mode-keys vi
|
||||
set -g mode-keys vi
|
||||
set -g history-limit 10000
|
||||
set -g set-clipboard on
|
||||
set -g default-terminal "screen-256color"
|
||||
|
||||
unbind C-b
|
||||
set -g prefix C-t
|
||||
bind C-t send-prefix
|
||||
|
||||
run-shell "{{ home }}/.tmux/plugins/tmux-sensible/sensible.tmux"
|
||||
source-file "{{ home }}/.tmux/plugins/tmux-themepack/basic.tmuxtheme"
|
||||
run-shell "{{ home }}/.tmux/plugins/tmux-yank/yank.tmux"
|
||||
run-shell "{{ home }}/.tmux/plugins/tmux-sensible/sensible.tmux"
|
||||
run-shell "{{ home }}/.tmux/plugins/tmux-fpp/fpp.tmux"
|
||||
|
||||
set-window-option -g automatic-rename on
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
- 'thefuck'
|
||||
- 'tmux'
|
||||
- 'ruby-tmuxinator'
|
||||
- 'xclip'
|
||||
- 'xsel'
|
||||
- 'zsh'
|
||||
- 'zsh-completions'
|
||||
|
|
Loading…
Reference in a new issue