You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .tmux.conf
+2-2
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ bind -n C-M-k copy-mode
42
42
# TODO some broken aspects of this plugin https://github.com/tmux-plugins/tmux-copycat/issues/57#issuecomment-1556043057
43
43
# other ideas: https://github.com/tmux-plugins/tmux-copycat/issues/57
44
44
# this search below allows for more strict file matching
45
-
set-g @copycat_search_C-f '[a-zA-Z0-9_./-]+$'
45
+
set-g @copycat_search_C-f '[a-zA-Z0-9_./-@]+$'
46
46
47
47
# push fastcopy into macos clipboard
48
48
set-option -g @fastcopy-action pbcopy
@@ -83,7 +83,7 @@ set -g default-terminal "xterm-256color"
0 commit comments