summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-03-22 09:26:24 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-03-22 09:26:24 -0700
commitb1b9ee7d099fd94b73a0cc0eb29cdafd89dd2ca2 (patch)
treec6b35f9f4735bfe89c28bc7f5934b0bc0b7a5724 /.tmux.conf
parent6ae2b7d5fd68a930d5f0fa1655ac864142a6509c (diff)
downloaddotfiles-b1b9ee7d099fd94b73a0cc0eb29cdafd89dd2ca2.tar.gz
tmux: use a grepcopy binding that actually works
Somehow 'G' doesn't get registered.
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf2
1 files changed, 1 insertions, 1 deletions
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