From d73b7c8ef1ce99c20514f07259f7f6fc2b11a8be Mon Sep 17 00:00:00 2001 From: afranco Date: Sat, 8 Jun 2024 18:06:47 +0100 Subject: [PATCH] chore(tmux): removed edit nvim config popup --- .config/tmux/tmux_binds.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.config/tmux/tmux_binds.conf b/.config/tmux/tmux_binds.conf index 0dc4520..5a7af34 100644 --- a/.config/tmux/tmux_binds.conf +++ b/.config/tmux/tmux_binds.conf @@ -30,7 +30,3 @@ bind-key 's' display-popup -E -w 90% -h 90% "~/.local/bin/tms" #Lazygit unbind g bind-key 'g' display-popup -d '#{pane_current_path}' -E -w 90% -h 90% "lazygit" - -# Edit vim config -unbind e -bind-key 'e' display-popup -d '/Users/afonso/.config/nvim/' -E -w 90% -h 90% "nvim ."