Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 538 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 538 Bytes

dotnvim

Neovim config for my own.

Key bindings

  • Ctrl-E open harpoon list
  • Ctrl-j harpoon next buffer
  • Ctrl-k harpoon previous buffer
  • F2-F8 harpoon list 1-7
  • <leader>a harpoon add file to list
  • Ctrl-p open telescope git files
  • <leader>ff find files
  • <leader>fd live grep

HOW TO USE

Unix like

cd ~
mkdir .config # if not have
git clone https://github.com/CGQAQ/dotnvim.git ~/.config/nvim

Windows

git clone https://github.com/CGQAQ/dotnvim.git ~/AppData/Local/nvim

thats it.