Change tmux hotkeys
This commit is contained in:
@@ -4,10 +4,10 @@ set -g default-terminal "xterm-256color"
|
|||||||
set -g history-limit 20000
|
set -g history-limit 20000
|
||||||
|
|
||||||
# Remap prefix
|
# Remap prefix
|
||||||
unbind C-b
|
#unbind C-b
|
||||||
set-option -g prefix C-a
|
#set-option -g prefix C-a
|
||||||
bind-key C-a send-prefix
|
#bind-key C-a send-prefix
|
||||||
bind-key -n C-b send-keys C-b
|
#bind-key -n C-b send-keys C-b
|
||||||
#bind-key -n C-b send-prefix
|
#bind-key -n C-b send-prefix
|
||||||
|
|
||||||
setw -g mode-keys vi
|
setw -g mode-keys vi
|
||||||
@@ -65,7 +65,7 @@ set -g @yank_action 'copy-pipe'
|
|||||||
|
|
||||||
if '[ `uname` == Darwin ]' \
|
if '[ `uname` == Darwin ]' \
|
||||||
'source-file ~/.tmux/.mac_config'
|
'source-file ~/.tmux/.mac_config'
|
||||||
source-file ~/.tmux/.tmux_config_powerline
|
#source-file ~/.tmux/.tmux_config_powerline
|
||||||
|
|
||||||
set-option -g set-titles on
|
set-option -g set-titles on
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user