mirror of
https://github.com/tmux-plugins/tpm.git
synced 2024-12-04 18:58:49 +00:00
Start using C-c to clear the screen
This commit is contained in:
parent
5bd15b32f3
commit
9251451554
@ -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`
|
||||
|
@ -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'"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user