From a82d567bb3c8dcaf7fc572b56d0c7f5563947828 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Thu, 5 May 2022 20:14:36 -0500 Subject: fix: improve nvim launch binding --- tmux/.config/tmux/tmux.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tmux') 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 -- cgit v1.2.3-70-g09d2