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
CyberDream


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

Insert mode

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