Merge commit 'c18abfb46561f945131986da1a16a9715532db49'

This commit is contained in:
murgi
2017-05-12 11:28:26 +02:00
3 changed files with 7 additions and 5 deletions

View File

@@ -146,6 +146,8 @@ set mouse=a " Mouse control
set incsearch " search while entering
set hlsearch " highlight matches
nnoremap <Leader>h :set hlsearch!<CR>
set ignorecase
set smartcase
" Line wrapping
set tw=79 " set textwidth of 80 characters
@@ -171,7 +173,7 @@ nmap <Leader>t :call TextWrapToggle()<CR>
"augroup END
"Copying
set clipboard=unnamedplus " Copy/Paste
set clipboard=unnamedplus,unnamed " Copy/Paste
" TagBar