]> Untitled Git - vimfiles.git/commitdiff
haskell type signature insert <localleader> instead of <leader>
authorPhilippe Hürlimann <p@hurlimann.org>
Tue, 12 Mar 2013 18:30:11 +0000 (19:30 +0100)
committerPhilippe Hürlimann <p@hurlimann.org>
Tue, 12 Mar 2013 18:30:11 +0000 (19:30 +0100)
ftplugin/haskell.vim

index 00215efc330279c6337d69d6cd3994d3f74ac23a..e54465fe02ffa4ab90e33e9b9d4d2594c3179ad8 100644 (file)
@@ -2,4 +2,4 @@ setlocal omnifunc=necoghc#omnifunc
 
 autocmd BufWritePost *.hs GhcModCheckAndLintAsync
 
-nnoremap <leader>i :GhcModTypeInsert<CR>
+nnoremap <localleader>i :GhcModTypeInsert<CR>