From 1a7515f148965a8cb84d68a7a49cf19a38c80c80 Mon Sep 17 00:00:00 2001 From: Fabian Ising Date: Tue, 27 Sep 2022 12:38:22 +0200 Subject: [PATCH] Change tmux hotkeys --- tmux/.tmux.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 2b001b3..4a5e450 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -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