.
This commit is contained in:
parent
4d1db92944
commit
7313a85b6d
11 changed files with 390 additions and 14 deletions
12
files/.tmux.conf
Normal file
12
files/.tmux.conf
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
unbind C-b
|
||||
set -g prefix C-s
|
||||
|
||||
set -ga terminal-overrides ",xterm-256color:Tc"
|
||||
|
||||
bind-key & kill-window
|
||||
bind-key x kill-pane
|
||||
|
||||
bind "\\" split-window -h
|
||||
bind - split-window -v
|
||||
|
||||
set -g status-style 'default'
|
||||
Loading…
Add table
Add a link
Reference in a new issue