Skip to content

Instantly share code, notes, and snippets.

@anikethsaha
Last active August 10, 2020 12:09
Show Gist options
  • Save anikethsaha/c51c54881f640fd9ead149596fca5769 to your computer and use it in GitHub Desktop.
Save anikethsaha/c51c54881f640fd9ead149596fca5769 to your computer and use it in GitHub Desktop.
- :sp [filename] - Opens a new file and splits your screen horizontally to show more than one buffer
- :vsp [filename] - Opens a new file and splits your screen vertically to show more than one buffer
- cntrl + ww - to switch between screens
- :bn - Switch to next buffer
- :bp - Switch to previous buffer
- :bd - Close a buffer
- :tabe - to open tabs
- :tabn, tabp
- :e <path>
### Plugins
Plug 'dracula/vim', { 'as': 'dracula' }
Plug 'neoclide/coc-eslint'
Plug 'mxw/vim-jsx'
Plug 'neoclide/coc-prettier'
Plug 'tpope/vim-fugitive'
Plug 'pangloss/vim-javascript'
Plug 'airblade/vim-gitgutter'
@anikethsaha
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment