One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| nmap <S-Up> v<Up> | |
| nmap <S-Down> v<Down> | |
| nmap <S-Left> v<Left> | |
| nmap <S-Right> v<Right> | |
| vmap <S-Up> <Up> | |
| vmap <S-Down> <Down> | |
| vmap <S-Left> <Left> | |
| vmap <S-Right> <Right> | |
| imap <S-Up> <Esc>v<Up> | |
| imap <S-Down> <Esc>v<Down> |
$ uname -r
| #add 'node_modules' to .gitignore file | |
| git rm -r --cached node_modules | |
| git commit -m 'Remove the now ignored directory node_modules' | |
| git push origin master |