My vimrc configuration
Utility available in PATH
environment variable:
Font Installed:
winget install Git.Git
winget install BurntSushi.ripgrep.MSVC
git clone --recursive https://github.com/aphroteus/vimfiles.git %UserProfile%\vimfiles
git clone --recursive https://github.com/aphroteus/vimfiles.git ~/.vim
Hotkeys in normal mode:
-
Search cursor focused keyword:
- Move the cursor on keyword, then press
<F2>
- Move the cursor on keyword, then press
-
Search input keyword or string:
- Press
<F3> + keyword + <CR>
- Press
<F3> + "the string" + <CR>
- Press
-
Switch between the buffers:
- Press
gb
to previous buffer - Press
gn
to next buffer - Press
bd
to close current buffer
- Press