wasavi icon indicating copy to clipboard operation
wasavi copied to clipboard

Does this support .vimrc style configuration?

Open kindlychung opened this issue 9 years ago • 5 comments

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

kindlychung avatar May 31 '15 19:05 kindlychung

  • start wasavi
  • at the wasavi command line type :opt

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>

broomdodger avatar May 31 '15 23:05 broomdodger

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

alem0lars avatar Sep 19 '15 09:09 alem0lars

This would be really interesting to have.

Could this be implemented using the experimental external file operator?

thalesmello avatar May 08 '16 19:05 thalesmello

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.

timhtheos avatar Oct 12 '16 00:10 timhtheos

k:i;

goooglethink avatar Jun 14 '18 10:06 goooglethink