grimoire

personal wiki
git clone git://git.pyratebeard.net/grimoire.git
Log | Files | Refs

commit 33bb72b31da121441185023f78e73d7320f9bc3f
parent fe2dcd497baab49ad6039b7f3d1777bbf33ad59a
Author: pyratebeard <root@pyratebeard.net>
Date:   Fri, 23 Jun 2023 15:31:41 +0100

updates

Diffstat:
Msoftware/vim.md | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/software/vim.md b/software/vim.md @@ -241,6 +241,13 @@ save file as new file in dir of current buffer :put=expand('%:p') ``` +## netrw +* [create new file] - `%` + +## help +* jump to topic - `Ctrl-]` +* return - `Ctrl-o` + [using_spellcheck]: https://www.linux.com/learn/using-spell-checking-vim [faq]: http://vim.wikia.com/wiki/Vim_buffer_FAQ [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 [vim and the shell]: https://vimways.org/2019/vim-and-the-shell/ [stackoverflow 19996145]: https://stackoverflow.com/a/19996145 [vim fandom]: https://vim.fandom.com/wiki/How_to_sort_using_visual_blocks +[create new file]: https://vimtricks.com/p/creating-files-and-directories/