diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-05-04 17:35:22 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-05-04 17:35:22 +0200 |
commit | 7f1cd19b45241dba34bf55bac5bbf6598d7445a9 (patch) | |
tree | e3bc46ed44c81a2c1a8a10c8aeee708eb6181edb /doc/en/weechat_user.en.txt | |
parent | aa523be8be5bced7bb9a7aa4ff3742bd3028ea28 (diff) | |
download | weechat-7f1cd19b45241dba34bf55bac5bbf6598d7445a9.zip |
core: change default key for bare display from alt-'!' to alt-'l'
Diffstat (limited to 'doc/en/weechat_user.en.txt')
-rw-r--r-- | doc/en/weechat_user.en.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/weechat_user.en.txt b/doc/en/weechat_user.en.txt index 83694c36c..2631c7327 100644 --- a/doc/en/weechat_user.en.txt +++ b/doc/en/weechat_user.en.txt @@ -878,7 +878,7 @@ The bare display has following features: mouse like you do in the terminal to click on URLs and select text * ncurses is not used, therefore URLs are not cut at the end of lines. -The default key to enabled bare display is key[alt-!], and same key to exit (or +The default key to enabled bare display is key[alt-l], and same key to exit (or by default anything changing the input will exit the bare display, see option <<option_weechat.look.bare_display_exit_on_input,weechat.look.bare_display_exit_on_input>>). @@ -1084,6 +1084,7 @@ The notify level for a buffer can be set with command `/buffer`: | key[alt-j,alt-s] | Switch to IRC server buffer | `/server jump` | key[alt-0...9] | Switch to buffer by number (0 = 10) | `/buffer *N` | key[alt-j,01...99] | Switch to buffer by number | `/buffer NN` +| key[alt-l] | Toggle bare display on/off | `/window bare` | key[alt-m] | Toggle mouse | `/mouse toggle` | key[alt-n] | Scroll to next highlight | `/window scroll_next_highlight` | key[alt-p] | Scroll to previous highlight | `/window scroll_previous_highlight` @@ -1100,7 +1101,6 @@ The notify level for a buffer can be set with command `/buffer`: | key[alt-/] | Switch to last buffer displayed (before last jump to a buffer) | `/input jump_last_buffer_displayed` | key[alt-=] | Toggle filters on/off | `/filter toggle` | key[alt--] | Toggle filters on/off in current buffer | `/filter toggle @` -| key[alt-!] | Toggle bare display on/off | `/window bare` |=== [[key_bindings_search_context]] |