mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
o add more key bindings to .cshrc o add .vimrc to base installation o disable fortune cookie
16 lines
318 B
Text
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
|