Compare commits
2 Commits
0b0bca831c
...
21ed23a8df
Author | SHA1 | Date | |
---|---|---|---|
21ed23a8df | |||
4033e50734 |
|
@ -8,7 +8,7 @@ let
|
|||
tmux-binds = [
|
||||
{ key = ''Period''; mods = ''Control''; chars = ''\u001D''; } # tmux escape
|
||||
|
||||
{ key = ''Period''; mods = ''Shift|Command''; chars = ''\u001D:''; }
|
||||
{ key = ''Colon''; mods = ''Shift|Command''; chars = ''\u001D:''; }
|
||||
{ key = ''Key0''; mods = ''Command''; chars = ''\u001D0''; }
|
||||
{ key = ''Key1''; mods = ''Command''; chars = ''\u001D1''; }
|
||||
{ key = ''Key2''; mods = ''Command''; chars = ''\u001D2''; }
|
||||
|
@ -24,6 +24,7 @@ let
|
|||
{ key = ''R''; mods = ''Command''; chars = ''\u001D$''; }
|
||||
{ key = ''W''; mods = ''Shift|Command''; chars = ''\u001D&''; } # kill window
|
||||
{ key = ''W''; mods = ''Command''; chars = ''\u001Dx''; } # kill pane
|
||||
{ key = ''Å''; mods = ''Command''; chars = ''\u001Dd''; } # detach (Å is qwerty Q)
|
||||
|
||||
{ key = ''Left''; mods = ''Command''; chars = ''\u001Dp''; }
|
||||
{ key = ''Right''; mods = ''Command''; chars = ''\u001Dn''; }
|
||||
|
@ -32,7 +33,6 @@ let
|
|||
{ key = ''Left''; mods = ''Shift|Command''; chars = ''\u001D\u001b[D''; }
|
||||
|
||||
{ key = ''O''; mods = ''Command''; chars = ''\u001Dw''; } # ''open'', open a window
|
||||
|
||||
{ key = ''A''; mods = ''Command''; chars = ''\u001D;''; } # Last pane
|
||||
];
|
||||
|
||||
|
|
|
@ -141,8 +141,8 @@ in rec {
|
|||
|
||||
# Status bar options
|
||||
set-option -g status on
|
||||
set-option -g status-bg colour235
|
||||
set-option -g status-fg "#FFC757"
|
||||
set-option -g status-style bg=default
|
||||
set-option -g status-style fg="#FFC757"
|
||||
set-option -g status-interval 2
|
||||
set-option -g status-justify "centre"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user