mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
o use less(1) as the default pager (inspired by DragonFlyBSD) o add more key bindings to .cshrc (contributed by Thomas Siegmund) o add .vimrc to base installation
14 lines
294 B
Text
14 lines
294 B
Text
command Zap %s/[\xA0]/ /g
|
|
set viminfo='20,<1000
|
|
set colorcolumn=80
|
|
syntax on
|
|
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
|