It's fork from https://github.com/AlariCode/purpleschool-neovim
rm -rf ~/.config/nvim
rm -rf ~/.local/share/nvim
rm -rf ~/.local/state/nvim
rm -rf ~/.cache/nvim
rd -r ~\AppData\Local\nvim
rd -r ~\AppData\Local\nvim-data
git clone https://github.com/Dev-cmyser/It-Thougts-neovim ~/.config/nvim
git clone https://github.com/Dev-cmyser/It-Thougts-neovim $HOME\AppData\Local\nvim
%LOCALAPPDATA%\nvim
%USERPROFILE%AppDataLocal\nvim
C:Users%USERNAME%AppDataLocal\nvim
use "w" or "o" or Enter
Default Hotkeys Overview:
- NeoTree:
Space + e
: Opens NeoTree on the leftSpace + o
: Shows the git status in a floating NeoTree.
- Navigation:
- The control keys combined with
h
,j
,k
, andl
switch between vim windows. Space + /
: A quick toggle for commenting out lines.
- The control keys combined with
- Window Splits:
|
: Vertical split.\
: Horizontal split.
- Others:
Space + w
: Save current file.Space + c
: Close the current buffer and shift to the one on the right.Space + x
: Close all buffers but not currentSpace + s
: Show current file place in Tree.jj
in Insert mode: Quick escape to normal mode.Space + h
: Clear search highlights.
- Buffer Navigation:
Tab
: Cycles to the next buffer and reveals NeoTree.Shift + Tab
: Cycles to the previous buffer and reveals NeoTree.Shift + H
andShift + L
: Also cycles through buffers and reveals NeoTree.
- Terminal:
F7
: Toggles terminal in floating mode. ( open and close )
- Telescope:
Space + f + f
: Find file by name (without gitignore)Space + f + w
: Find text in files (without gitignore)