diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 755ecb9..87e5e2b 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -93,13 +93,13 @@ bind-key & kill-window bind-key x kill-pane # Lazygit -bind G new-window -c "#{pane_current_path}" -n " " lazygit +bind G new-window -c "#{pane_current_path}" -n " " lazygit # Lazydocker -bind D new-window -c "#{pane_current_path}" -n " " lazydocker +bind D new-window -c "#{pane_current_path}" -n " " lazydocker # LF Terminal File Manager -bind O new-window -c "#{pane_current_path}" -n " " lf +bind O new-window -c "#{pane_current_path}" -n " " lf # Run Neovim Telescope find files bind F run-shell "nvr-tmux --remote-send ':Telescope find_files'"