Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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?
- Host: GitHub
- URL: https://github.com/terkelg/vimrc
- Owner: terkelg
- Archived: true
- Created: 2018-02-18T06:50:51.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-28T20:30:29.000Z (about 3 years ago)
- Last Synced: 2024-08-01T22:54:27.297Z (5 months ago)
- Topics: dotfiles, neovim, tmux, vim, vimrc
- Language: Vim script
- Homepage:
- Size: 1.17 MB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)