tmux: make keybindings for not only arch
This commit is contained in:
parent
19cb5c37e8
commit
5e94720ffb
@ -36,10 +36,10 @@ bind C-j split-window -v -c '#{pane_current_path}'
|
|||||||
|
|
||||||
# Session control
|
# Session control
|
||||||
bind C-c new-session
|
bind C-c new-session
|
||||||
{{- if eq .chezmoi.hostname "arch" }}
|
|
||||||
bind C-t run "tmuxsh >/dev/null"
|
bind C-t run "tmuxsh >/dev/null"
|
||||||
bind C-y run "tmuxsh remote >/dev/null"
|
bind C-y run "tmuxsh remote >/dev/null"
|
||||||
bind C-u run "tmuxsh dev >/dev/null"
|
bind C-u run "tmuxsh dev >/dev/null"
|
||||||
|
{{- if eq .chezmoi.hostname "arch" }}
|
||||||
bind 0 run "tmuxsh wiki >/dev/null"
|
bind 0 run "tmuxsh wiki >/dev/null"
|
||||||
bind 1 run "tmuxsh blog >/dev/null"
|
bind 1 run "tmuxsh blog >/dev/null"
|
||||||
bind 3 run "tmuxsh tessoku >/dev/null"
|
bind 3 run "tmuxsh tessoku >/dev/null"
|
||||||
|
Loading…
Reference in New Issue
Block a user