diff options
| -rw-r--r-- | ar/.config/shell/profile | 2 | ||||
| -rw-r--r-- | ar/.config/tmux/tmux.conf | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/ar/.config/shell/profile b/ar/.config/shell/profile index 8bd1f32..7535437 100644 --- a/ar/.config/shell/profile +++ b/ar/.config/shell/profile @@ -163,7 +163,7 @@ export MYSQL_HISTFILE="$XDG_DATA_HOME/history/mysql_history" export NODE_REPL_HISTORY="$XDG_DATA_HOME/history/node_repl_history" ### --- NOTMUCH --- ### -export NOTMUCH_CONFIG="$XDG_CONFIG_HOME/notmuch/config" +export NOTMUCH_CONFIG="$XDG_CONFIG_HOME/notmuch/default/config" ### --- NPM --- ### export NPM_CONFIG_USERCONFIG="~/.config/npm/.npmrc" 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 |
