From 5e94720ffb5a825acf62afea7b032ab251c93041 Mon Sep 17 00:00:00 2001 From: inkch Date: Tue, 14 Jan 2025 19:34:58 +0900 Subject: [PATCH] tmux: make keybindings for not only arch --- dot_config/tmux/tmux.conf.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/tmux/tmux.conf.tmpl b/dot_config/tmux/tmux.conf.tmpl index 5b2d675..54e0239 100644 --- a/dot_config/tmux/tmux.conf.tmpl +++ b/dot_config/tmux/tmux.conf.tmpl @@ -36,10 +36,10 @@ bind C-j split-window -v -c '#{pane_current_path}' # Session control bind C-c new-session -{{- if eq .chezmoi.hostname "arch" }} bind C-t run "tmuxsh >/dev/null" bind C-y run "tmuxsh remote >/dev/null" bind C-u run "tmuxsh dev >/dev/null" +{{- if eq .chezmoi.hostname "arch" }} bind 0 run "tmuxsh wiki >/dev/null" bind 1 run "tmuxsh blog >/dev/null" bind 3 run "tmuxsh tessoku >/dev/null"