File tree 1 file changed +2
-8
lines changed
1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -67,9 +67,9 @@ muxi.bindings = {
67
67
popup = {
68
68
title = " config " ,
69
69
width = " 75%" ,
70
- height = " 60%"
70
+ height = " 60%" ,
71
71
},
72
- command = " muxi config edit -- -c 'nmap <silent> q :wqa<cr>'"
72
+ command = " muxi config edit -- -c 'nmap <silent> q :wqa<cr>'" ,
73
73
},
74
74
75
75
-- <prefix>gs => session switcher
@@ -102,12 +102,6 @@ if "type muxi" {
102
102
You can alternatively define settings entirely from your tmux config:
103
103
104
104
` ` ` tmux
105
- # Optional settings (default values shown)
106
- set -g @muxi-use-tmux-prefix ' on' # on|off
107
- set -g @muxi-prefix ' g' # Any valid tmux key, like `M-Space`
108
- set -g @muxi-uppercase-overrides ' off' # on|off
109
- set -g @muxi-use-current-pane-path ' off' # on|off
110
-
111
105
# Init muxi
112
106
if " type muxi" {
113
107
# If you're going to define bindings on the muxi table, don't use `-b`
You can’t perform that action at this time.
0 commit comments