33bb72b31da121441185023f78e73d7320f9bc3f
software/vim.md
| ... | ... | @@ -241,6 +241,13 @@ save file as new file in dir of current buffer |
| 241 | 241 | :put=expand('%:p') |
| 242 | 242 | ``` |
| 243 | 243 | |
| 244 | +## netrw |
|
| 245 | +* [create new file] - `%` |
|
| 246 | + |
|
| 247 | +## help |
|
| 248 | +* jump to topic - `Ctrl-]` |
|
| 249 | +* return - `Ctrl-o` |
|
| 250 | + |
|
| 244 | 251 | [using_spellcheck]: https://www.linux.com/learn/using-spell-checking-vim |
| 245 | 252 | [faq]: http://vim.wikia.com/wiki/Vim_buffer_FAQ |
| 246 | 253 | [vanilla vim]: https://stackoverflow.com/questions/16082991/vim-switching-between-files-rapidly-using-vanilla-vim-no-plugins |
| ... | ... | @@ -249,3 +256,4 @@ save file as new file in dir of current buffer |
| 249 | 256 | [vim and the shell]: https://vimways.org/2019/vim-and-the-shell/ |
| 250 | 257 | [stackoverflow 19996145]: https://stackoverflow.com/a/19996145 |
| 251 | 258 | [vim fandom]: https://vim.fandom.com/wiki/How_to_sort_using_visual_blocks |
| 259 | +[create new file]: https://vimtricks.com/p/creating-files-and-directories/ |