inoremap kj <Esc>
inoremap jk <Esc>
inoremap ts<tab> // TODOts: <Esc>=$A
+inoremap obs<tab> /// <para><CR> OBSOLETE kann nach der Abspaltung von 1.12 entfernt werden<CR><Esc>=$A
inoremap no<tab> <Esc>0i <nodoc /><Esc>0i///<Esc>=$
inoremap td<tab> <Esc>0i//TODOts: doku<CR><summary> </summary><Esc>0i/// <Esc>kVj=$
autocmd VimEnter * syntax off
autocmd VimEnter * set guioptions+=b
set relativenumber!
+ set guifont=DejaVu_Sans_Mono:h10:cANSI:qDRAFT
set number
else
if has("gui_running")
set lines=999 columns=120
+ set guifont=DejaVu_Sans_Mono:h12:cANSI:qDRAFT
+ " if has("gui_macvim")
+ " set guifont=Menlo\ Regular:h14
+ " elseif has("gui_win32")
+ " set guifont=Consolas:h11:cANSI
+ " else
+ " set guifont=Inconsolata\ 12
+ " endif
endif
" from /etc/vim/vimrc (restore last editing position)
if has("autocmd")
set t_ut=
-if has("gui_running")
- if has('win32')
- set guifont=Consolas:h10:cANSI:qDRAFT
- else
- set guifont=Monospace\ 12
- endif
-endif
-
-
if has ('win32') || has('win32unix')
let g:vimwiki_list = [
\{