Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to change settings for vrapper as you do for .vim? [closed]

Is it possible to change settings for Vrapper as you can do for .vim (e.g., add key mappings, change editor settings, etc.)?

like image 356
Nexus2020 Avatar asked Dec 20 '13 02:12

Nexus2020


1 Answers

Yes, vrapper supports mappings and many configurations including expandtab, shiftwidth, softtabstop, tabstop, hlsearch as the official documentation says you just have to create a ~/.vrapperrc or _vrapperrc file: http://vrapper.sourceforge.net/documentation/?page=6

like image 167
rbernabe Avatar answered Oct 21 '22 22:10

rbernabe