4a44592a3fb5679f46c31e2d81e4f8d827f3886e
software/vim.md
... | ... | @@ -268,6 +268,12 @@ save file as new file in dir of current buffer |
268 | 268 | | [z | move to start of open fold | |
269 | 269 | | ]z | move to end of open fold | |
270 | 270 | |
271 | +## documentation navigation |
|
272 | +| binding | desc | |
|
273 | +| --- | --- | |
|
274 | +| <C-]> | jump to corresonding tag | |
|
275 | +| <C-t> | go back | |
|
276 | + |
|
271 | 277 | [using_spellcheck]: https://www.linux.com/learn/using-spell-checking-vim |
272 | 278 | [faq]: http://vim.wikia.com/wiki/Vim_buffer_FAQ |
273 | 279 | [vanilla vim]: https://stackoverflow.com/questions/16082991/vim-switching-between-files-rapidly-using-vanilla-vim-no-plugins |