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
- Host: GitHub
- URL: https://github.com/qbbr/dotvim
- Owner: qbbr
- Created: 2013-07-08T08:40:19.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2024-09-24T05:31:39.000Z (almost 2 years ago)
- Last Synced: 2025-02-01T10:43:11.183Z (over 1 year ago)
- Topics: vim, vimrc
- Language: Vim Script
- Homepage:
- Size: 173 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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


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