aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tmux
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-02-01 13:21:13 -0600
committerToby Vincent <tobyv13@gmail.com>2023-02-01 13:21:13 -0600
commitbe3c48db527a422332ca770f38370155965795de (patch)
treee74b3f50376e9a0286f64574f522f6130bcdc999 /tmux
parent7f6a9c36d01cbc9f3135a695a72546aa345117bc (diff)
fix(tmux): remove nvim window keymap
removed in favor of running nvim directly
Diffstat (limited to 'tmux')
-rw-r--r--tmux/.config/tmux/tmux.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf
index 3d4e728..d8e9453 100644
--- a/tmux/.config/tmux/tmux.conf
+++ b/tmux/.config/tmux/tmux.conf
@@ -22,7 +22,6 @@ bind-key -N "Host: new" s run-shell ~/.local/bin/tmux-ssh
bind-key -N "Session: new" f run-shell ~/.local/bin/tmux-sessionizer
bind-key -N "Session: switch" F run-shell ~/.local/bin/tmux-sessions
bind-key -N "Window: new" t new-window
-bind-key -N "Window: neovim" e new-window -S nvim
# i3/sway style window navigation
bind-key '!' if-shell 'tmux swapw -t :1 -d' '' 'movew -t :1'