diff options
Diffstat (limited to 'ar/.config/tmux/tmux.conf')
| -rw-r--r-- | ar/.config/tmux/tmux.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ar/.config/tmux/tmux.conf b/ar/.config/tmux/tmux.conf index 921865a..f2220a6 100644 --- a/ar/.config/tmux/tmux.conf +++ b/ar/.config/tmux/tmux.conf @@ -171,12 +171,13 @@ bind -T copy-mode-vi 'C-v' send-keys -X rectangle-toggle bind -T copy-mode-vi 'y' send-keys -X copy-selection-and-cancel # finger -set -g @fingers-key 'f' +set -g @fingers-key 'F' set -g @fingers-enabled-builtin-patterns 'ip,uuid,url,path,hex,kubernate,git-status,git-status-branch,diff' set -g @fingers-pattern-sha "[^-][0-9a-f]{7,128}" set -g @fingers-pattern-0 "(([.\\w\\-~\\$@]+)(\\/?[\\w\\-@]+)+\\/?)\\.([\\w]+)(:\\d*:\\d*)?" set -g @fingers-pattern-1 'git rebase --(abort|continue)' set -g @fingers-pattern-2 "(\\+[0-9]{1,3}\\)?)?\\s?(\\s[0-9]{2,3}\\s[0-9]{3,4}\\s[0-9]{4}|\\-?[0-9]{2,3}\\-[0-9]{3,4}\\-[0-9]{4})" +set -g @fingers-main-action ":open:" set -g @fingers-ctrl-action "xargs -I {} tmux run-shell 'cd #{pane_current_path}; ton {}'" # navigation |
