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
|
# clock
|
||||||
set-window-option -g clock-mode-colour orange
|
set-window-option -g clock-mode-colour orange
|
||||||
|
|
||||||
# Leader Key (using the default C-b)
|
# Leader Key (using C-s instead of the default C-b)
|
||||||
# set -g prefix C-a
|
set -g prefix C-s
|
||||||
# bind-key C-a last-window
|
bind-key C-s last-window
|
||||||
|
|
||||||
# Start index at 1
|
# Start index at 1
|
||||||
set -g base-index 1
|
set -g base-index 1
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ automatic-timezone=true
|
|||||||
current=uint32 0
|
current=uint32 0
|
||||||
mru-sources=[('xkb', 'us+altgr-intl'), ('xkb', 'us+intl')]
|
mru-sources=[('xkb', 'us+altgr-intl'), ('xkb', 'us+intl')]
|
||||||
sources=[('xkb', 'us+altgr-intl')]
|
sources=[('xkb', 'us+altgr-intl')]
|
||||||
xkb-options=@as []
|
xkb-options=['caps:ctrl_modifier']
|
||||||
|
|
||||||
[org/gnome/desktop/interface]
|
[org/gnome/desktop/interface]
|
||||||
clock-format='12h'
|
clock-format='12h'
|
||||||
|
|||||||
Reference in New Issue
Block a user