fix fix fix fix
This commit is contained in:
parent
345840360e
commit
6eb023b1f1
2 changed files with 9 additions and 1 deletions
|
|
@ -226,6 +226,7 @@
|
||||||
set fish_cursor_default block blink
|
set fish_cursor_default block blink
|
||||||
|
|
||||||
fish_vi_key_bindings insert
|
fish_vi_key_bindings insert
|
||||||
|
fish_vi_cursor xterm
|
||||||
|
|
||||||
setup_winterly_theme_colors
|
setup_winterly_theme_colors
|
||||||
setup_env
|
setup_env
|
||||||
|
|
|
||||||
|
|
@ -37,6 +37,13 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
set -s escape-time 0
|
||||||
|
|
||||||
|
set -g status-position top
|
||||||
|
set -g status-style bg=default,fg=white
|
||||||
|
set -g status-left '#[bg=magenta,fg=white]#I#[bg=default, fg=white]:#P'
|
||||||
|
set -g status-right '#[bg=default,fg=magenta]>> #S'
|
||||||
|
|
||||||
unbind %
|
unbind %
|
||||||
bind "|" split-window -h
|
bind "|" split-window -h
|
||||||
unbind '"'
|
unbind '"'
|
||||||
|
|
@ -57,7 +64,7 @@
|
||||||
bind ? list-keys -a
|
bind ? list-keys -a
|
||||||
|
|
||||||
unbind s
|
unbind s
|
||||||
bind s tmux_sessionizer
|
bind s run-shell "tmux-sessionizer"
|
||||||
|
|
||||||
unbind v
|
unbind v
|
||||||
bind v choose-tree -Zw "join-pane -t '%%'"
|
bind v choose-tree -Zw "join-pane -t '%%'"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue