Removing a custom vim configuration

Posted by Hovercouch on Super User See other posts from Super User or by Hovercouch
Published on 2014-05-29T03:29:13Z Indexed on 2014/05/29 3:32 UTC
Read the original article Hit count: 497

Filed under:
|

I've added a lot of small mappings to my vimrc that help me work, like noremap H ^ and inoremap jk <esc>. It's diverged enough from vanilla vim that other people at work have trouble coding on my computer. This has been making it harder to pair program with people and get help reviewing code. What I'd like is a way to quickly toggle on/off all of my custom mappings and switch between my vim config and a more 'conventional' one (like relative vs absolute numbering). What would be the best way to do this?

© Super User or respective owner

Related posts about vim

Related posts about vimrc