diff --git a/README.md b/README.md index 979e084..0857a5f 100644 --- a/README.md +++ b/README.md @@ -1 +1,14 @@ -# vim_cheatsheet \ No newline at end of file +# VIM Cheat Sheet + +## Tabs + +`gt` go to tab +`[num]gt` go to tab #num +`:tabnew` open new tab +`:tabc` close tab + +## Panes + +`sp` split with line running horizontally +`vsp` split with line running verticall +`ctrl-w`,`arrow` move to pane