From b4bdc8a03a7424a81b7a6a1cdbae27733ef8b9e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Wed, 16 Dec 2009 21:05:39 +0100 Subject: Local leader for VIM --- .vimrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 9b6a52b..b73739d 100644 --- a/.vimrc +++ b/.vimrc @@ -25,6 +25,7 @@ if has("gui") " nice cursorline in the gui endif let mapleader = "," +let maplocalleader = "\\" let &guicursor = &guicursor . ",a:blinkon0" " statusline @@ -77,8 +78,8 @@ map gT imap " Haskell GHCi stuff -autocmd FileType haskell nmap gl :GhciFile -autocmd FileType haskell nmap gr :GhciReload +autocmd FileType haskell nmap gl :GhciFile +autocmd FileType haskell nmap gr :GhciReload " ======================================================= " PLUGINS AND LANGUAGES -- cgit v1.2.3