diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-10-21 02:33:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-21 02:33:58 +0200 |
commit | 70683705603e8e0e225574f01bc8b6824d5320eb (patch) | |
tree | 450d984a30f9297d0ec738d4bcee1b1cef816edc /runtime/doc/nvim_terminal_emulator.txt | |
parent | 37420ef942085bf5e9344842a57c796b4d4c9684 (diff) | |
download | rneovim-70683705603e8e0e225574f01bc8b6824d5320eb.tar.gz rneovim-70683705603e8e0e225574f01bc8b6824d5320eb.tar.bz2 rneovim-70683705603e8e0e225574f01bc8b6824d5320eb.zip |
help, man.vim: change "outline" map to gO (#7405)
Diffstat (limited to 'runtime/doc/nvim_terminal_emulator.txt')
-rw-r--r-- | runtime/doc/nvim_terminal_emulator.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/nvim_terminal_emulator.txt b/runtime/doc/nvim_terminal_emulator.txt index 4527a14710..9dae69ae26 100644 --- a/runtime/doc/nvim_terminal_emulator.txt +++ b/runtime/doc/nvim_terminal_emulator.txt @@ -18,7 +18,7 @@ Terminal buffers behave like normal buffers, except: closing the terminal buffer. - 'bufhidden' defaults to "hide". - Type <M-]> to see the table of contents. + Type |gO| to see the table of contents. ============================================================================== Start *terminal-start* |