An open API service indexing awesome lists of open source software.

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

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 |