8000 GitHub - froesecom/vimrc: my vim conf
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

froesecom/vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 

Repository files navigation

To clone

clone to ~/

blow away .vim

rename this .vim

To install plugins

  • Install vim-plug
  • :PlugInstall.
  • Plugins are defined in .vimrc

Relink vimrc

$ ln -s ~/.vim/.vimrc ~/.vimrc

$ ln -s ~/.vim/gvimrc ~/.gvimrc

optional

Install ripgrep for faster fuzzy find

.vimrc is setup to use rg for ctl + p as soon as ripgrep is installed. You can also use :Rg [search term] inside of instead of using :vimgrep.

plugin/custom shortcuts

  • ctrl + e insert mode, autocomplete htmo
  • space + e erb tag (print)
  • space + w erb tag

About

my vim conf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0