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

https://github.com/desyncr/vimrc

My vimrc settings and custom configurations
https://github.com/desyncr/vimrc

vim viml vimrc vimrc-settings

Last synced: about 1 year ago
JSON representation

My vimrc settings and custom configurations

Awesome Lists containing this project

README

          

# vimrc
---

My vimrc settings and custom configurations.

![Screenshot](https://github.com/desyncr/vimrc/blob/master/screenshot.png?raw=true)

# Setup

```
make install
vim +PlugInstall +qall
```

# Plugins

Some plugins worth mentioning:

## General
- vim-startify
- LeaderF
- vim-which-key
- vimfiler
- fzf
- vim-clap

## Git
- vim-fugitive

## Other
- async run
- vim-commentary
- vim-cheat

## Writing
- Goyo
- vim-pencil

# Mappings

```
Buffers +b
Code +C
Config +c
Mode +m
Projects +p
Run +r
Splits +s
Tabs +t
VCS +v
```

Use `` key to see mappings, default ``.

Use `?` to see the cheat sheet.

# Feedback

If you'd like to contribute to the project or file a bug or feature request, please visit [the project page][1].

# License

The project is licensed under the [GNU GPL v3][2] ([tldr][3]) license. Which means you're allowed to copy, edit, change, hack, use all or any part of this project *as long* as all of the changes and contributions remains under the same terms and conditions.

[1]: https://github.com/desyncr/vimrc/
[2]: http://www.gnu.org/licenses/gpl.html
[3]: http://www.tldrlegal.com/license/gnu-general-public-license-v3-(gpl-3)