Updated .tmux.conf
This commit is contained in:
parent
adb200c764
commit
0dbb8a1802
10
.tmux.conf
10
.tmux.conf
@ -7,9 +7,9 @@ set -ga terminal-overrides ",xterm-256color:Tc"
|
|||||||
set-window-option -g mode-keys vi
|
set-window-option -g mode-keys vi
|
||||||
|
|
||||||
# remap prefix from 'C-b' to 'C-a'
|
# remap prefix from 'C-b' to 'C-a'
|
||||||
#unbind C-b
|
unbind C-b
|
||||||
#set-option -g prefix C-a
|
set-option -g prefix C-a
|
||||||
#bind-key a send-prefix
|
bind-key a send-prefix
|
||||||
|
|
||||||
# vim binds for pane navigation
|
# vim binds for pane navigation
|
||||||
bind-key h select-pane -L
|
bind-key h select-pane -L
|
||||||
@ -18,5 +18,5 @@ bind-key k select-pane -U
|
|||||||
bind-key l select-pane -R
|
bind-key l select-pane -R
|
||||||
|
|
||||||
# last window similar to screen
|
# last window similar to screen
|
||||||
bind-key b send-prefix
|
#bind-key b send-prefix
|
||||||
bind-key C-b last-window
|
bind-key C-a last-window
|
||||||
|
Loading…
Reference in New Issue
Block a user