diff options
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]] |