Contents
Clone the dotvim repository:
REPO_DEST=${VIRTUAL_ENV:+"${VIRTUAL_ENV}/src/"}dotvim #REPO_DEST=${__DOTFILES}/etc/vim # dotfiles install ## Clone git clone https://github.com/westurner/dotvim $REPO_DEST #git clone ssh://git@github.com/westurner/dotvim $REPO_DEST ## symlink ln -s ${__DOTFILES}/etc/vim/vimrc ~/.vimrc ln -s ${__DOTFILES}/etc/vim ~/.vim ## vim source ~/.vimrc
Three files:
- vimrc -- ViM configuration (symlink to
~/.vimrc
)- vimrc.full.bundles.vimrc -- plugins config (
:VundleInstall
,:VundleUpdate
)- vimrc.tinyvim.bundles.vimrc -- tinyvim vimpager config (
scripts/mktinyvim.sh
)
Dotvim Makefile:
# Show ``vimrc*`` comments make help # Install dotfiles and plugins for the current user make install # Test make test # Print comments with numbered lines (^"\s) make list_vimrc_comments # Print keyboard mapping comments (^"\s\s) make list_vimrc_shortcuts # Print vim mappings (opens an interactive vimpager) make list_vim_mappings
:DotvimHelp
vimgreps
comment lines from vimrc
configuration files and then opens the quickfix list
(:copen
, :cclose
, help quickfix
).
:DotvimHelp
== :Help
== :ListMappings
:tabnew :Help [...] " :DotvimReload -- source ~/.vimrc " :DotvimHelp -- vimgrep vimrc* comments " :ListMappings -- vimgrep vimrc* comments " :map -- list actual mappings " :scriptnames -- list scripts and plugins " :set -- list all nondefault options [...]
Homepage: http://www.vim.org/
Source: hg https://vim.googlecode.com/hg/
Wikipedia: https://en.wikipedia.org/wiki/Vimium
Homepage: https://vimium.github.io/
Source: git https://github.com/philc/vimium
Wikipedia: https://en.wikipedia.org/wiki/Vimperator
Homepage: http://www.vimperator.org/
Homepage: http://appsweets.net/wasavi/
- https://chrome.google.com/webstore/detail/wasavi/dgogifpkoilgiofhhhodbodcfgomelhe
- https://addons.opera.com/en/extensions/details/wasavi/
- https://addons.mozilla.org/en-US/firefox/addon/wasavi/