Improve tmux and zsh configuration
Utilize tpm to configure tmux plugins. Improve zshrc to work with nerdfonts setup.
This commit is contained in:
parent
395f26a37b
commit
fbe276353f
8 changed files with 43 additions and 3 deletions
12
tmux.conf
Normal file
12
tmux.conf
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# My options
|
||||
set -sg escape-time 1 # WSL fix, see https://github.com/microsoft/WSL/issues/5931
|
||||
|
||||
# List of plugins
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
set -g @plugin 'wfxr/tmux-power'
|
||||
|
||||
set -g mouse on
|
||||
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue