opnsense-src/usr.bin/vi/dot.vimrc
Franco Fichtner 3ff0d1f502 etc: OPNsense customisations
o add more key bindings to .cshrc
o add .vimrc to base installation
o disable fortune cookie
2025-07-09 10:05:46 +02:00

16 lines
318 B
Text

command Zap %s/[\xA0]/ /g
set viminfo='20,<1000
set colorcolumn=80
syntax on
set ttymouse=
set paste
set ts=8
set hls
set nu
autocmd BufReadPost *
\ if ! exists("g:leave_my_cursor_position_alone") |
\ if line("'\"") > 0 && line ("'\"") <= line("$") |
\ exe "normal g'\"" |
\ endif |
\ endif