Rename vim configuration

This commit is contained in:
2023-10-24 17:10:50 +02:00
parent 2b49dd4066
commit af6acef7ad
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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