Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oleksiyp/dotvim
my vim configuration
https://github.com/oleksiyp/dotvim
Last synced: about 2 months ago
JSON representation
my vim configuration
- Host: GitHub
- URL: https://github.com/oleksiyp/dotvim
- Owner: oleksiyp
- Created: 2016-06-07T08:17:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2015-08-31T22:07:43.000Z (over 9 years ago)
- Last Synced: 2024-10-14T21:53:13.049Z (3 months ago)
- Language: VimL
- Homepage:
- Size: 1.27 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Installation::
git clone --recursive https://github.com/troydm/dotvim.git ~/.vim
Create symlinks::
ln -s ~/.vim/.vimrc ~/.vimrc
ln -s ~/.vim/.gvimrc ~/.gvimrcOn windows::
ln -s ~/.vim/.vimrc ~/_vimrc
ln -s ~/.vim/.gvimrc ~/_gvimrcStart vim and type :BundleInstall, restart vim and enjoy!
If you use vim in bash console and want to have Ctrl-S and Ctrl-Q to work properly Add this to your ~/.bashrc or ~/.bash_profile::
# vim wrapper for bash to make ctrl-s and ctrl-q work in terminal
source ~/.vim/.bashrcNotes:
bclose plugin is slightly modified with fixes for use in fugitive, help and other dialog windows (it closes window too, not only buffer)