summaryrefslogtreecommitdiffstatshomepage
path: root/tmux/.config
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-05-05 20:14:36 -0500
committerToby Vincent <tobyv13@gmail.com>2022-05-05 20:14:36 -0500
commita82d567bb3c8dcaf7fc572b56d0c7f5563947828 (patch)
tree78d2a45a2facb90294781d088d2d2adfcaf97ca6 /tmux/.config
parentcb239dca2567f1b85bf10514a7c91ae0b0931c99 (diff)
fix: improve nvim launch binding
Diffstat (limited to 'tmux/.config')
-rw-r--r--tmux/.config/tmux/tmux.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf
index 8983270..62e06a2 100644
--- a/tmux/.config/tmux/tmux.conf
+++ b/tmux/.config/tmux/tmux.conf
@@ -17,8 +17,7 @@ bind-key -N "Open new window" t new-window
bind-key -N "Show a clock" T clock-mode
bind-key -N "Open project in new session" f run-shell ~/.local/bin/tmux-sessionizer
bind-key -N "Switch between sessions" F run-shell ~/.local/bin/tmux-sessions
-bind-key -N "Open neovim" e new-window -S nvim
-bind-key -N "Open neovim in current directory" E new-window -S nvim .
+bind-key -N "Open neovim" e new-window -Sn nvim nvim
bind-key -N "Open spotify in popup" s display-popup -w 75% -h 75% -E spt
bind-key -N "Open spotify in new window" S new-window -S spt
bind-key -N "Open spotify in popup" g display-popup -w 75% -h 75% -E lazygit