https://github.com/neolao/vimrc
Simple .vimrc file
https://github.com/neolao/vimrc
vim vimrc
Last synced: 10 months ago
JSON representation
Simple .vimrc file
- Host: GitHub
- URL: https://github.com/neolao/vimrc
- Owner: neolao
- Created: 2019-08-13T13:44:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-16T10:51:56.000Z (almost 7 years ago)
- Last Synced: 2025-06-29T10:39:41.855Z (about 1 year ago)
- Topics: vim, vimrc
- Language: Vim script
- Homepage: http://vimrc.neolao.com
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple .vimrc
=============
Install with the following command:
```bash
curl https://vimrc.neolao.com/vimrc -o ~/.vimrc
```
```bash
wget https://vimrc.neolao.com/vimrc -O ~/.vimrc
```
| Shortcut | Description |
| ----------------- | ------------------ |
| `Tab` | Go to next tab |
| `Shift` + `Tab` | Go to previous tab |
| `Ctrl` + `k` | Duplicate lines |
| `Ctrl` + `j` | Move down lines |
| `Ctrl` + `u` | Move up lines |
| `Ctrl` + `d` | Delete lines |
| `Ctrl` + `e` | Toggle explorer |