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

https://github.com/qbbr/dotvim

my Vim config
https://github.com/qbbr/dotvim

vim vimrc

Last synced: over 1 year ago
JSON representation

my Vim config

Awesome Lists containing this project

README

          

# QBBR dotvim

____ ____ ____ _____
/ __ \| _ \| _ \| __ \
| | | | |_) | |_) | |__) |
| | | | _ <| _ <| _ /
| |__| | |_) | |_) | | \ \
\___\_\____/|____/|_| _\_\
_ _ _
__| | ___ | |___ _(_)_ __ ___
/ _` |/ _ \| __\ \ / / | '_ ` _ \
| (_| | (_) | |_ \ V /| | | | | | |
\__,_|\___/ \__| \_/ |_|_| |_| |_|

## Installation

```bash
cd ~
git clone --recursive https://github.com/qbbr/dotvim.git .vim
ln -s .vim/.vimrc
```

## Screenshot

![qbbr-vim-darl](https://i.imgur.com/KOGeqCi.png)
![qbbr-vim-light](https://i.imgur.com/uy73JOf.png)

## Bundles

* bufexplorer
* ctrlp
* delimitmate
* editorconfig-vim
* emmet-vim
* nerdcommenter
* nerdtree
* nginx.vim
* repeat
* snipmate
* surround
* syntastic
* unimpaired
* [vim-bash-snippets](https://github.com/qbbr/vim-bash-snippets)
* vim-css3-syntax
* vim-dadbod
* vim-dotenv
* vim-flavored-markdown
* vim-fugitive
* vim-javascript
* vim-less
* vim-solarized
* vim-startify
* [vim-symfony](https://github.com/qbbr/vim-symfony)
* vim-togglebg
* [vim-twig](https://github.com/qbbr/vim-twig)
* vim-vue
* [vim-rust](https://github.com/rust-lang/rust.vim)

### Piggy bank (not installed)

* [yesod.vim](https://github.com/alx741/yesod.vim) - Haskell Yesod web framework vim plugin

## Hotkeys

* `,` - <leader>
* `;` - search and replace under cursor
* `` - `:nohlsearch`
* `_$` - (StripTrailingWhitespaces fn)
* `/` - copy-pase (xclip)
* `` - pase (xclip)
* `/` - unimpaired
* `,c` - nerdcommenter
* `` - toggle nerdtree
* `` - toggle bufexplorer
* `` - prev buffer
* `` - next buffer
* `` - switch light/dark mode
* `` - netrw
* `` - ctrlp
* `,` - zencoding