Skip to content

Itsoon/nvim.conf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💤 LazyVim

CheatSheet

INSERT MODE key
Deleting Action Key Combination
Delete one character <C-h>
Delete one word <C-w>
Delete entire line <C-u>
UI key
toggle format on save <leader>uf
toggle word wrap <leader>uw
Enter INSERT MODE Key Shift Modifier
After the current cursor position a Moves the cursor to the end of the current line (A)
At the current cursor position i Moves the cursor to the beginning of the current line (I)
Opens a new line below the current line o Opens a new line above the current line (O)
Scrolling Action Key Combination
Scrolling by Lines
Scroll down by one line <C-e>
Scroll up by one line <C-y>
Scrolling by Half a Screen
Scroll down by half a screen <C-d>
Scroll up by half a screen <C-u>
Scrolling by Full Screen
Scroll down by a full screen <C-f>
Scroll up by a full screen <C-b>
Terminal Key Combination
escape terminal mode <C-x> & <Esc>

Replace one string by another

:%s/string_to_replace/new_string/g


Press Ctrl + o to go back to the previous location in the jump list.
Press Ctrl + i to go forward in the jump list.

SHIFT + H : snacks explorer hidden file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages