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
- Host: GitHub
- URL: https://github.com/desyncr/vimrc
- Owner: desyncr
- License: gpl-3.0
- Created: 2013-08-18T08:49:19.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2022-07-23T23:54:20.000Z (almost 4 years ago)
- Last Synced: 2025-02-10T08:31:03.044Z (over 1 year ago)
- Topics: vim, viml, vimrc, vimrc-settings
- Language: Vim script
- Homepage:
- Size: 3.19 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vimrc
---
My vimrc settings and custom configurations.

# 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)