Consider Embrance the ecosystem of Neovim.
Blog written for those who are struggling about switch to Neovim from Vim
Blog written for those who are struggling about switch to Neovim from Vim
Ha? you want productivity? Vim is useful only when you edit you vim configuration!
Tips and issue I discovered during mergation. Hope to save someone's time in the future.
Desc Text.
Simple vimscript that enhance user experience
Basic setting often googled when first time using Vim/Neovim
Editor is only useful for editing the configuration file of the editor
Obsidian is a local note-taking apps, all the files are saved as .md or .pdf format. Vim or Neovim are great editors that allow you config all days without writing any real code Obsidian has vim-mode, which support Vim modal editing out of the box. However, due to the font size is not unqiue in obsidian, Like the heading has bigger size, the code block is not at the beginning of the line....
Vacillate vim are really good, after remember some vim command keyblindings, you can start editing or writing immediately. The main benefits of using plugins can avoid use our poor vimscript. Use some great plugin avoid you to rebuild the wheel. Before you are able to write plugin yourself, trust me, any exist plugins is better than yours. Plugins recommendation 1. vim-plug vim-plug, a plugin manager that help you install, update and manage your plugins....
(Edited date: 2023-06-23T11:24:42+08:00) Emacs Evil mode, a Vi layer on top of Emacs, in my understanding, Evil is a collection of keys remapping that blinds Emacs function to vi style keys. I love elisp, its powerful expression, the robust ecosystem built on top of elisp, tones of API that help writing my own plugins. I thought it is the most apporach Vim emluation I have tried, if Emacs is start as emacs -nw, it will successly pretend Vim TUI!...
Abstraction Provide a way to dynamic swap numbers and symbols in vim according to current mode. How this idea come When I write code or writing, I often find the symbols should be easily type as single key stroke, while in vim normal mode I find I would like to press number in single mode instead of pressing with shift. At first, I searched online for solution, many of them suggested to swap numbers and symbols, and I agree it may convient while coding....