This commit is contained in:
Jaroslaw Konik 2026-02-14 15:00:28 +01:00
parent 4e52099102
commit 32d0b39709

View file

@ -51,7 +51,6 @@ bind j select-pane -D
bind k select-pane -U
bind l select-pane -R
bind -n C-k send-keys -R \; clear-history
bind -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-selection-no-clear -x
bind -n M-f run -b "#{@fingers-cli} start #{pane_id} --patterns filelc --main-action 'xargs nvim_remote'"
bind c new-window -c "#{pane_current_path}"
bind % split-window -h -c "#{pane_current_path}"
@ -62,6 +61,8 @@ bind s command-prompt -p "send pane to:" "join-pane -t '%%'"
bind -n M-x copy-mode
unbind -n MouseDown3Pane
unbind -T copy-mode-vi MouseDragEnd1Pane
unbind -T copy-mode MouseDragEnd1Pane
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'niksingh710/minimal-tmux-status'