LinuxIsCool / vim_plugin_analysis

Analysing the vim plugins of some well known power users.
MIT License
0 stars 0 forks source link

Research Topics #2

Open LinuxIsCool opened 1 year ago

LinuxIsCool commented 1 year ago

Vim Buffer Management.

See the answer here: https://vi.stackexchange.com/questions/14403/how-to-go-to-previous-open-buffer-from-vim-command-line

Enhanced Jumping: https://github.com/inkarkat/vim-EnhancedJumps

and background foreground processes: https://superuser.com/questions/296969/re-enter-interactive-mode-after-ctrl-z fzf.vim search command history with ':History:`: https://github.com/junegunn/fzf.vim/commit/e252f457624d2e88850ee5aa02191e2a5c3a6604 See all fzf.vim Commands: https://github.com/junegunn/fzf.vim#commands Learning vimscript: https://vimdoc.sourceforge.net/htmldoc/usr_41.html See the selected answer to learn about :map: https://stackoverflow.com/questions/24842063/how-to-search-in-the-vim-mapping-listing See all built in keys: :help index See all g keys: :help g Barbar for awesome tabs!: https://github.com/romgrk/barbar.nvim See vim help in the browser: https://vimdoc.sourceforge.net/htmldoc/help.html Neovim Whichkey: https://github.com/folke/which-key.nvim Traditional Whichkey: https://github.com/liuchengxu/vim-which-key
LinuxIsCool commented 1 year ago

Ideal Vim Style:

coc-settings.json
init.vim
colors/
ft/
plugconfig/
plugged/
lua/