changed comment for tmux config.
This commit is contained in:
parent
13bd2d6d4c
commit
605434cc18
|
@ -1,9 +1,10 @@
|
|||
#remap prefix from C-b to alt-j
|
||||
#remap prefix from C-b to alt-a
|
||||
unbind C-b
|
||||
set-option -g prefix M-a
|
||||
bind-key M-a send-prefix
|
||||
|
||||
#split panes using | and nd | split-window -h
|
||||
#split panes using | and -
|
||||
bind | split-window -h
|
||||
bind - split-window -v
|
||||
unbind '"'
|
||||
unbind %
|
||||
|
|
Loading…
Reference in a new issue