From 4caa8a862f391d16f905ee1c286495d82b0879e6 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 3 Jan 2012 14:20:20 +0100 Subject: [PATCH] vimrc: Remove mac only settings. --- vimrc | 13 ------------- 1 file changed, 13 deletions(-) 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 -- 2.44.1