akahuku / wasavi

wasavi is an extension for Chrome, Firefox, and Opera. wasavi changes a textarea element to virtual vi editor which supports almost all the vi/ex commands.
http://appsweets.net/wasavi/
Other
1.51k stars 66 forks source link

Does this support .vimrc style configuration? #82

Open kindlychung opened 9 years ago

kindlychung commented 9 years ago

Thanks for this nice work! Would be nice to be able to put settings in ~/.wasavirc.

broomdodger commented 9 years ago

A page will open, you can enter wasavi exrc and other options Refer to the wasavi page for more info.

Some of my exrc as an example:

set nooverride
set nosmooth "scroll
set nofullscreen "fs
set nojkdenotative
set nostripe
" .......1.........2.........3..
set textwidth=0
set incsearch ignorecase smartcase
set relativenumber
set tabstop=2 shiftwidth=2 expandtab autoindent
" .......1.........2.........3..
map <space> mb<pagedown>
map t <pageup>
alem0lars commented 9 years ago

I think he's asking for a standalone configuration file in ~/.wasavirc, like vim does.

thalesmello commented 8 years ago

This would be really interesting to have.

Could this be implemented using the experimental external file operator?

timhtheos commented 8 years ago

I'm subscribing to this one. The reason that I would like an external sourced wassavirc file is so that I can have it managed by my dotfile manager. Thanks.

goooglethink commented 6 years ago

k:i;