Start using C-c to clear the screen

This commit is contained in:
Bruno Sutic 2015-04-06 00:09:00 +02:00
parent 5bd15b32f3
commit 9251451554
No known key found for this signature in database
GPG Key ID: 66D96E4F2F7EF26C
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
### master
- enable overriding default key bindings
- start using `C-c` to clear screen
### v1.2.2, 2015-02-08
- set GIT_TERMINAL_PROMPT=0 when doing `git clone`, `pull` or `submodule update`

View File

@ -30,7 +30,7 @@ display_plugin_update_list() {
update_plugin_prompt() {
tmux command-prompt -p 'plugin update:' " \
send-keys C-m; \
send-keys C-c; \
run-shell '$CURRENT_DIR/update_plugin.sh %1'"
}