summaryrefslogtreecommitdiffstatshomepage
path: root/tmux/.config
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-04-07 10:22:47 -0500
committerToby Vincent <tobyv13@gmail.com>2022-04-07 10:22:47 -0500
commit5f8553132579520c33ec940cb8e56c752c58e272 (patch)
treefb23e66d270d6dc7989a76327ade3e36d98b4b8b /tmux/.config
parent29df843de1f83c98460967319182bb3742140957 (diff)
fix: neovim config bugfixes
Diffstat (limited to 'tmux/.config')
-rw-r--r--tmux/.config/tmux/tmux.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf
index 604d2e3..204382e 100644
--- a/tmux/.config/tmux/tmux.conf
+++ b/tmux/.config/tmux/tmux.conf
@@ -5,7 +5,8 @@ set -ga terminal-overrides ",alacritty:Tc"
set -g detach-on-destroy off
set -g prefix C-a
-bind-key f run-shell "tmux neww -n sessionizer ~/.local/bin/tmux-sessionizer"
+bind-key f run-shell ~/.local/bin/tmux-sessionizer
+bind-key e new-window -Sn nvim nvim
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'