:set ff=dos
set fileformat=unix
#Reference Card :TlistOpen :TlistClose :TlistToggle Taste F8 wenn nnoremap <silent> <F8> :TlistToggle<CR> mit Fokus auf Tags wenn let Tlist_GainFocus_On_ToggleOpen = 1) Eintrag in.vimrc: nnoremap <silent> <F8> :TlistToggle<CR> let Tlist_GainFocus_On_ToggleOpen = 1 let TlistHighlightTag = 1
#Reference Card STRG+X in den 'x' Mode STRG+N Variable STRG+K Keyword
Mit einer Integration für Systeme zur Versionskontrolle bietes vim auch Funktionen einer ausgewachsenen IDE.
#Reference Card [[ -- Jump to beginning of block ]] -- Jump to end of block ]v -- Select (Visual Line Mode) block ]< -- Shift block to left ]> -- Shift block to right ]# -- Comment selection ]u -- Uncomment selection ]c -- Select current/previous class ]f -- Select current/previous function ]<up> -- Jump to previous line with the same/lower indentation ]<down> -- Jump to next line with the same/lower indentation
#Reference Card F11 -- Set current as run F12 -- Run F9 -- Toggle Output