From: Simon Ruderich Date: Tue, 3 Jan 2012 13:20:20 +0000 (+0100) Subject: vimrc: Remove mac only settings. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=4caa8a862f391d16f905ee1c286495d82b0879e6 vimrc: Remove mac only settings. --- diff --git a/vimrc b/vimrc index 86a6cc9..28803a1 100644 --- a/vimrc +++ b/vimrc @@ -315,19 +315,6 @@ else \ ((getcmdtype() == ':' && getcmdpos() <= 3) ? 'qa' : 'Qa') endif -" Make sure xa0 (alt + space) is automatically changed to a normal whitespace -" if pressed accidentally while in insert mode (happens on Mac when alt -" doesn't send escape). filereadable() is necessary for Leopard were 'mac' is -" no longer set on the console. -if has('mac') || filereadable('/Users/.localized') - inoremap -endif - -" Disable Apple style movements in MacVim. -if has('gui_macvim') - let g:macvim_skip_cmd_opt_movement = 1 -endif - " In case 'hlsearch' is used disable it with . Thanks to frogonwheels and " vimgor (bot) in #vim on Freenode (2010-03-30 05:58 CEST). noremap :nohlsearch