From 4320721ecc920d5490083e0af94cfba3036c473b Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Thu, 28 May 2015 19:27:59 -0400 Subject: [PATCH] Change ctrl-escape (which doesn't actually work) to ctrl-r --- README.md | 2 +- tmux.normal.conf | 2 +- tmux.powerline.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a61d69b..70d1746 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ | `` and `` | Move to the previously selected pane and window respectively | | `h`, `j`, `k` and `l` | Move left, down, up and right between panes respectively like the arrow keys | | `` ` `` | Toggle synchronized input between the panes on the current window | -| `` | Clear the terminal history, tmux history and the current window/pane | +| `r` | Clear the terminal history, tmux history and the current window/pane | | `?` and `/` | Show help for available key bindings and commands respectively | | `y` and `p` | Enter __copy mode__ and paste from the copy buffer respectively | | `v` and `y` | Pastes the X buffer in tmux, and sends the tmux buffer to X respectively | diff --git a/tmux.normal.conf b/tmux.normal.conf index 4a4c4d7..e7f9c90 100644 --- a/tmux.normal.conf +++ b/tmux.normal.conf @@ -111,7 +111,7 @@ bind l select-pane -R bind ` set-window-option synchronize-panes \; display "synchronize-panes: toggled" # # escape to clearing history and screen -bind C-Escape send-keys -R\; send-keys 'C-l'\; clear-history +bind C-r send-keys -R\; send-keys 'C-l'\; clear-history # # ? and ? to keyboard and command help respectively bind ? list-keys diff --git a/tmux.powerline.conf b/tmux.powerline.conf index b2995e8..65d22dd 100644 --- a/tmux.powerline.conf +++ b/tmux.powerline.conf @@ -111,7 +111,7 @@ bind l select-pane -R bind ` set-window-option synchronize-panes \; display "synchronize-panes: toggled" # # escape to clearing history and screen -bind C-Escape send-keys -R\; send-keys 'C-l'\; clear-history +bind C-r send-keys -R\; send-keys 'C-l'\; clear-history # # ? and ? to keyboard and command help respectively bind ? list-keys