Skip to content

asynchroza/nvim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes

Git

:Git blame - if you want to check difference between different commits :GBrowse - if you want to open blamed line in Github <leader>df - if you want to check difference between current file and the last commit

Tabs - :help tabpage

Instead of opening multiple instances of vim in different terminal tabs when using dadbod for querying databases, use vim tabs.

open new tab - :tabnew
go to next tab - gt

Windows - :help window

Move to a window - ctrl-w <direction - hjkl>
Move to the next window - alt-w
Increase height of window - ctrl-w <n>+ - ctrl-w 10+

Misc

Tmux

ctrl-b % - split veritally
ctrl-b " - split horizontally
ctrl-b <direction> - move to direction
exit or ctrl-d - close pane
ctrl-b c - create new window
ctrl-b n - move to next window
ctrl-b <number> - move to window number

Tmux Guide
Fix For Propagating Keys Through Tmux

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages