aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tmux
diff options
context:
space:
mode:
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'