Start using C-c to clear the screen
This commit is contained in:
parent
5bd15b32f3
commit
9251451554
2 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
### master
|
### master
|
||||||
- enable overriding default key bindings
|
- enable overriding default key bindings
|
||||||
|
- start using `C-c` to clear screen
|
||||||
|
|
||||||
### v1.2.2, 2015-02-08
|
### v1.2.2, 2015-02-08
|
||||||
- set GIT_TERMINAL_PROMPT=0 when doing `git clone`, `pull` or `submodule update`
|
- set GIT_TERMINAL_PROMPT=0 when doing `git clone`, `pull` or `submodule update`
|
||||||
|
|
|
@ -30,7 +30,7 @@ display_plugin_update_list() {
|
||||||
|
|
||||||
update_plugin_prompt() {
|
update_plugin_prompt() {
|
||||||
tmux command-prompt -p 'plugin update:' " \
|
tmux command-prompt -p 'plugin update:' " \
|
||||||
send-keys C-m; \
|
send-keys C-c; \
|
||||||
run-shell '$CURRENT_DIR/update_plugin.sh %1'"
|
run-shell '$CURRENT_DIR/update_plugin.sh %1'"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue