Set Caps as Ctrl and update TMUX leader
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -38,7 +38,7 @@ automatic-timezone=true
|
||||
current=uint32 0
|
||||
mru-sources=[('xkb', 'us+altgr-intl'), ('xkb', 'us+intl')]
|
||||
sources=[('xkb', 'us+altgr-intl')]
|
||||
xkb-options=@as []
|
||||
xkb-options=['caps:ctrl_modifier']
|
||||
|
||||
[org/gnome/desktop/interface]
|
||||
clock-format='12h'
|
||||
|
||||
Reference in New Issue
Block a user