Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/terkelg/vimrc

I heard you like escape rooms?
https://github.com/terkelg/vimrc

dotfiles neovim tmux vim vimrc

Last synced: 2 months ago
JSON representation

I heard you like escape rooms?

Awesome Lists containing this project

README

        

## Vimrc

> My sweet sweet vim configuration

- Foldable and thoroughly commented `vimrc`.
- Move freely between Vim and tmux using `⌥-h/j/k/l`
(plugin-free, requires [some configuration](https://github.com/lifepillar/dotfiles/blob/master/dot-tmux.conf) in tmux, too).
- 40-column **cheat sheet** always two keys away (courtesy of [Cheat40](https://github.com/lifepillar/vim-cheat40)).

### Requirements

- A fairly recent Vim (8 or later) (`brew install vim` recommended on macOS).

Recommended:

- Neovim.
- [fzf](https://github.com/junegunn/fzf) (only the executable);
- [ripgrep](https://github.com/BurntSushi/ripgrep).

### Installation

```sh
git clone https://github.com/terkelg/vimrc.git ~/.vim
```

### Credit

- Based on the amazing work from [lifepillar](https://github.com/lifepillar/vimrc).
- With inspiration from [yoshuawuyts](https://github.com/yoshuawuyts/dotfiles/blob/master/vim/vimrc)
- [Plugin Script](https://stories.abletech.nz/get-rid-of-your-vim-plugin-manager-7c8ff742f643)