Last active
August 10, 2020 12:09
-
-
Save anikethsaha/c51c54881f640fd9ead149596fca5769 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- :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' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ref https://www.keycdn.com/blog/vim-commands