Working on tmux config

This commit is contained in:
Alicia Sykes 2022-10-10 22:23:36 +01:00
parent 40fd24a95b
commit a0c9f463d4

View File

@ -15,6 +15,12 @@
# Basics #
######################################################################
# Add a secondary prefix key (Ctrl+A as well as Ctrl+B)
# Set Tmux prefix keys (Ctrl+B or `)
set-option -g prefix C-b
set-option -g prefix2 `
# Use vim keybindings in copy mode
setw -g mode-keys vi