Vim
Vim is a command-line editor that is included with most *nix machines and OSX.
VimTutor
Use it! It guides you through the basic commands of Vim by doing things instead of reading random wikis on the web and trying to cobble together how to do stuff. You can access it by typing vimtutor
at the CLI.
References
- https://www.vim.org/
- https://danielmiessler.com/study/vim/
- https://elijahmanor.com/blog/neovim-tmux
- http://texteditors.org/cgi-bin/wiki.pl?VIM
- https://www.vimgolf.com/
- https://secluded.site/vim-as-a-markdown-editor/
- https://shapeshed.com/vim-netrw/
- https://github.com/tpope/vim-vinegar
- https://andrew.stwrt.ca/posts/vim-ctags/
- https://tbaggery.com/2011/08/08/effortless-ctags-with-git.html
- https://joshrendek.com/2011/11/osx-vim-ctags-exuberant-for-fast-context-switching-in-large-projects/
- https://vimtricks.com/p/word-wrapping/
Last modified: 202401040446