added tmux config
This commit is contained in:
parent
1ea0168953
commit
c7715ce2a8
2 changed files with 6 additions and 0 deletions
4
tmux/install.sh
Executable file
4
tmux/install.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
ln -svrf tmux.conf ~/.tmux.conf
|
||||
|
2
tmux/tmux.conf
Normal file
2
tmux/tmux.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
set-window-option -g mode-keys vi
|
||||
|
Loading…
Reference in a new issue