X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=infobase%2Fconfiguration%2Fvim%2Fdot.vimrc;h=550e546eb4235855b11d0716458e989913a6afbf;hb=c28dc24c2c63c4b505009a911083245e1c87ebe8;hp=b271fa5b6b71dd12cf3882fd5dc6ecdd8762a952;hpb=0f49452f40415efb2a62048397ed8514a1058bb7;p=feisty_meow.git diff --git a/infobase/configuration/vim/dot.vimrc b/infobase/configuration/vim/dot.vimrc index b271fa5b..550e546e 100644 --- a/infobase/configuration/vim/dot.vimrc +++ b/infobase/configuration/vim/dot.vimrc @@ -1,9 +1,14 @@ +" +" this file is an example .vimrc for the vim editor. it should be in your home directory. +" +" also, this config uses the elflord color scheme. this may require installing the full +" vim package, e.g.: sudo apt install vim " cranks up the register saved buffer size to 1000 lines, since otherwise the cut buffer will only " preserve the default 50 lines for a paste to another file. this makes all registers go up to " this size though, so if you save to a lot of different ones, you will use more space in your " viminfo file. -set viminfo='100,<1000,s10,h +set viminfo='100,<1000,s100,h " tells vim not to make a backup of the file before editing it; this is living dangerously. set nobk