Rename vim configuration
This commit is contained in:
@@ -30,7 +30,7 @@ set scrolloff=0
|
||||
" svetle modry komentar
|
||||
highlight Normal guibg=black guifg=white ctermbg=black ctermfg=white
|
||||
" mapuje v prikazovem rezimu klavesy na jine kvuli spatne klavesnici
|
||||
set langmap=<3D>2,<2C>3,<2C>4,<2C>5,<2C>6,<2C>7,<2C>8,<2C>9,<2C>0,\":,-/,_?
|
||||
" set langmap=<3D>2,<2C>3,<2C>4,<2C>5,<2C>6,<2C>7,<2C>8,<2C>9,<2C>0,\":,-/,_?
|
||||
" editovany soubor se pri kazde prilezitosti uklada
|
||||
set autowrite
|
||||
" vytvaret zalohy souboru
|
||||
@@ -67,9 +67,9 @@ set timeoutlen=300
|
||||
set backspace=2
|
||||
" po napsani "dts" v insert modu vlozi aktualni datum a cas
|
||||
" http://vim.wikia.com/wiki/Insert_current_date_or_time
|
||||
:inoremap dts =strftime("%A %-d.%-m.%Y %H:%M")
|
||||
:inoremap dts =strftime("%A %-d.%-m.%Y %H:%M")
|
||||
" jen cas
|
||||
:inoremap tss =strftime("[%H:%M] ")
|
||||
:inoremap tss =strftime("[%H:%M] ")
|
||||
|
||||
" Poznamky
|
||||
" / - normalni hledani
|
||||
@@ -9,7 +9,7 @@ function! SourceLws(filename)
|
||||
exec command
|
||||
endfunction
|
||||
|
||||
call SourceLws("conf/vim/vimrc.pivo")
|
||||
call SourceLws('conf/vim/pivo.vimrc')
|
||||
|
||||
colorscheme elflord
|
||||
set guifont=Monospace\ 11
|
||||
|
||||
Reference in New Issue
Block a user