Skip to content

Commit

Permalink
vimrc: remove duplicate settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrik Jaeger committed Feb 21, 2013
1 parent a030fbf commit 5341437
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions etc/vim/vimrc
Expand Up @@ -102,7 +102,7 @@
endif

" turn these ON:
set ek hidden ruler sc vb wmnu
set ek vb
" set digraph
" turn these OFF ("no" prefix):
set nodigraph noeb noet nosol
Expand All @@ -127,13 +127,9 @@
" some colors - as an example "white on black" [use bold fonts]:
" hi normal ctermfg=white ctermbg=black guifg=white guibg=black
" hi nontext ctermfg=blue ctermbg=black guifg=blue guibg=black
if has("syntax")
syn on
endif
" set t_Co=256 " number of colors

" some useful mappings:
set pastetoggle=<f11>

" with F7 copy all current buffer to clipboard, or a selection.
" with shift-F7, paste all clipboard contents
Expand Down

0 comments on commit 5341437

Please sign in to comment.