From 7aa60dad77e6e2a5a026a9024da83d42d802a4dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Fri, 2 Jun 2023 16:02:48 +0200 Subject: [PATCH] feat: change some tmux keybinds --- tmux/tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 66576de..eede3ce 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -27,8 +27,9 @@ bind -r l select-pane -R bind -r D neww -c "#{pane_current_path}" "nvim TODO.md" bind-key -r f run-shell "tmux neww ~/.config/tmux/tmux-sessionizer" -bind-key -r R run-shell "tmux neww ~/.config/tmux/tmux-sessionizer $XDG_CONFIG_HOME" +bind-key -r g run-shell "tmux neww ~/.config/tmux/tmux-sessionizer $XDG_CONFIG_HOME" bind-key -r T run-shell "tmux neww ~/.config/tmux/tmux-sessionizer ~/Desktop/temp" +bind-key -r R run-shell "tmux neww ~/.config/tmux/tmux-sessionizer ~" # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run '~/.config/tmux/plugins/tpm/tpm'