Trims fat and renames files
This commit is contained in:
parent
6021ad3194
commit
4563550969
40 changed files with 233 additions and 352 deletions
7
configs/.tmux.conf
Normal file
7
configs/.tmux.conf
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
set -g default-terminal "screen-256color"
|
||||
|
||||
bind-key -r -T prefix k select-pane -U
|
||||
bind-key -r -T prefix j select-pane -D
|
||||
bind-key -r -T prefix h select-pane -L
|
||||
bind-key -r -T prefix l select-pane -R
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue