Uses an emacs compatible prefix

This commit is contained in:
2023-05-11 18:26:00 +02:00
parent 4ccaa82bc5
commit 7bbfc52d1a

View File

@@ -341,11 +341,11 @@ tmux_conf_copy_to_os_clipboard=false
#set -g mode-keys vi
# replace C-b by C-a instead of using both prefixes
# set -gu prefix2
# unbind C-a
# unbind C-b
# set -g prefix C-a
# bind C-a send-prefix
set -gu prefix2
unbind C-a
unbind C-b
set -g prefix C-\\
bind C-\\ send-prefix
# move status line to top
#set -g status-position top