You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
463 B
28 lines
463 B
9 years ago
|
colorscheme custom
|
||
|
set vifminfo=bookmarks,tui,dhistory,state,savedirs,chistory,shistory,phistory
|
||
|
|
||
|
set history=512
|
||
|
set undolevels=512
|
||
|
|
||
|
set wildmenu
|
||
|
set fastrun
|
||
|
set sortnumbers
|
||
|
set scrolloff=4
|
||
|
windo set number
|
||
|
windo set numberwidth=1
|
||
|
|
||
|
set smartcase
|
||
|
set nohlsearch
|
||
|
set incsearch
|
||
|
|
||
|
set nowrap
|
||
|
|
||
|
set timefmt="%d.%m.%y %H:%M"
|
||
|
set statusline=" %t%= %A %10u:%-7g %15s %20d "
|
||
|
|
||
|
source ~/.vifm/marks
|
||
|
source ~/.vifm/filetypes
|
||
|
source ~/.vifm/commands
|
||
|
source ~/.vifm/mappings
|
||
|
|