Vim10 Oil and Harpoon

Nvim plugins oil.nvim and harpoon

September 25, 2023 1 min

[Vim/Neovim] Mapping Ctrl+Backspace in Vim

Don’t you note that remapping of have not effort? Instead, you should use . inoremap <C-H> <C-w> cnoremap <C-H> <C-w> tnoremap <C-H> <C-w> You can check the keycode in temrinal with showkey -a

September 17, 2023 1 min

Things to consider before switch from Vim to Emacs

Things to consider before switch from Vim to Emacs

September 14, 2023 3 min

Efficient vim editing: Don't use visual mode if possible

Visual selected and then yank? Why don't you just yank the text object?

August 14, 2023 2 min

Useful Vim mappings

Useful mappings I have collect from day to day

August 9, 2023 3 min

Consider Embrance the ecosystem of Neovim.

Blog written for those who are struggling about switch to Neovim from Vim

Neovim plugins: vim-startuptime, make startup time information readable

Desc Text.

August 4, 2023 1 min

Neovim plugins recommendation: Auto pair and multi cursor

Auto pair plugin that work with multi cursor without any issue.

August 3, 2023 2 min

Setup Markdown writing environment with zsh + Neovim

Markdown setup make text editing become comfortable

August 3, 2023 19 min

XDG base configuration for Vim

Simple hack to have XDG based configuration for Vim

August 3, 2023 1 min

Use git to version control your config

Use git to try new feature easily and broken change

Another attribute to use Vim

Ha? you want productivity? Vim is useful only when you edit you vim configuration!

August 2, 2023 4 min