improve tmux config
This commit is contained in:
parent
bbebe3da04
commit
26fb8a16c9
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
vim/.vim/.netrwhist
|
||||
nvim/.local/share/nvim/site/pack
|
||||
nvim/.config/nvim/plugin/packer_compiled.lua
|
||||
tmux/.config/tmux/plugins/
|
||||
|
1
tmux/.config/tmux/plugins/tpm
Submodule
1
tmux/.config/tmux/plugins/tpm
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 99469c4a9b1ccf77fade25842dc7bafbc8ce9946
|
@ -2,6 +2,10 @@
|
||||
#| Settings |
|
||||
#+----------+
|
||||
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'alexwforsythe/tmux-which-key'
|
||||
set -g @plugin 'egel/tmux-gruvbox'
|
||||
set -g @tmux-gruvbox 'dark'
|
||||
# Options
|
||||
set-option -g base-index 1 # Start windows numbering at 3
|
||||
#set-option -g default-terminal "xterm-kitty" # Setting the correct term
|
||||
@ -104,3 +108,5 @@ bind-key -T copy-mode-vi v send-keys -X begin-selection
|
||||
bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel
|
||||
|
||||
bind-key -n M-r source-file ~/.config/tmux/tmux.conf\; display-message "Config reloaded"
|
||||
|
||||
run '~/.config/tmux/plugins/tpm/tpm'
|
||||
|
Loading…
Reference in New Issue
Block a user