Skip to content

Commit

Permalink
Re-instated the use of the Windows clipboard
Browse files Browse the repository at this point in the history
  • Loading branch information
markcapaldi committed Sep 27, 2012
1 parent 69c001a commit bedac6e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vimrc
Expand Up @@ -21,7 +21,10 @@ map <leader>n :call RenameFile()<cr>
" http://www.viemu.com/blog/2009/06/16/a-vim-and-viemu-mapping-you-really-cant-miss-never-type-noh-again/
:nnoremap <esc> :noh<return><esc>
" Use the Windows clipboard
set clipboard=unnamed

" Highlight VB .NET syntax
" http://www.vim.org/scripts/script.php?script_id=1525
autocmd BufNewFile,BufRead *.vb set ft=vbnet
Expand Down

0 comments on commit bedac6e

Please sign in to comment.