Hi! Most likely future Sahil this is nvim setup that you've been working on
-
Place this into you
~/.configfolder -
Install Things
brew install tree-sitterbrew install tree-sitter-clibrew install ripgrepbrew install lazygit
Then you should be good to go lol o7 If not, ask Claude, Good Luck G
This makes life 3 keystrokes better just add this to you /.zshrc
n() {
if [[ $# -eq 0 ]]; then
nvim .
else
nvim "$@"
fi
}
<leader>isSpace
| Key | Mode | Action |
|---|---|---|
<C-h> |
n | Move focus → left window |
<C-l> |
n | Move focus → right window |
<C-j> |
n | Move focus → lower window |
<C-k> |
n | Move focus → upper window |
<D-S-e> |
n | Toggle Neo-tree |
<D-/> |
n/v | Toggle comment |
J |
v | Move selection down |
K |
v | Move selection up |
- Better Spell Check I want to be able to do Camel end Snake case spell check and keymaps to quickly fix that.