Set Caps as Ctrl and update TMUX leader

This commit is contained in:
2024-09-27 18:46:36 +01:00
parent 630a5139db
commit 19537c6d3f
2 changed files with 4 additions and 4 deletions

View File

@@ -28,9 +28,9 @@ set-option -g display-panes-colour orange
# clock
set-window-option -g clock-mode-colour orange
# Leader Key (using the default C-b)
# set -g prefix C-a
# bind-key C-a last-window
# Leader Key (using C-s instead of the default C-b)
set -g prefix C-s
bind-key C-s last-window
# Start index at 1
set -g base-index 1