Skip to content

J03JB/nvim_config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Neovim Config

rust_file

Plugins

Coloring

TokyoNight

Notes

Config does not use unamedplus as clipboard. Use <leader>y or <leader>Y to yank to system clipboard


Vim Tips & Tricks

normal mode

Ctrl+y - to scroll screen up one line (without moving cursor)
Ctrl+e - to scroll screen down one line (without moving cursor)
g; - jump to last edit made
* - to look for word under cursor
% - to jump to matching bracket

Insert mode

Ctrl+t - indent line
Ctrl+d - outdent line