dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

scimrc (218B)


      1 nnoremap ";" ":"
      2 set autocalc
      3 
      4 # Number, zero, decimal point begins entry
      5 set numeric = 0
      6 set filename_with_mode
      7 set ignorecase
      8 
      9 # Truncate text overflow, otherwise gets asterisked
     10 set truncate
     11 
     12 set newline_action = 0