Change tmux hotkeys

This commit is contained in:
Fabian Ising
2022-09-27 12:38:22 +02:00
parent 609789fba7
commit 1a7515f148

View File

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