update
This commit is contained in:
parent
4e52099102
commit
32d0b39709
1 changed files with 2 additions and 1 deletions
|
|
@ -51,7 +51,6 @@ bind j select-pane -D
|
||||||
bind k select-pane -U
|
bind k select-pane -U
|
||||||
bind l select-pane -R
|
bind l select-pane -R
|
||||||
bind -n C-k send-keys -R \; clear-history
|
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 -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 c new-window -c "#{pane_current_path}"
|
||||||
bind % split-window -h -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
|
bind -n M-x copy-mode
|
||||||
|
|
||||||
unbind -n MouseDown3Pane
|
unbind -n MouseDown3Pane
|
||||||
|
unbind -T copy-mode-vi MouseDragEnd1Pane
|
||||||
|
unbind -T copy-mode MouseDragEnd1Pane
|
||||||
|
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
set -g @plugin 'niksingh710/minimal-tmux-status'
|
set -g @plugin 'niksingh710/minimal-tmux-status'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue