From b1b9ee7d099fd94b73a0cc0eb29cdafd89dd2ca2 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 22 Mar 2020 09:26:24 -0700 Subject: tmux: use a grepcopy binding that actually works Somehow 'G' doesn't get registered. --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf index eda32269..9331864d 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -36,7 +36,7 @@ bind "C-\\" last-window # bind c new-window -c "#{pane_current_path}" bind C new-window -c "#{pane_current_path}" -bind G new-window -c "#{pane_current_path}" "grep --color=always -Eir '(copyright|©)' * | less -R" +bind g new-window -c "#{pane_current_path}" "grep --color=always -Eir '(copyright|©)' * | less -R" # # my launcher shortcuts: mnemonic is h for host and e for emacs/editor # # E for e-mail -- cgit v1.2.3