jceb / vim-orgmode

Text outlining and task management for Vim based on Emacs' Org-Mode
http://www.vim.org/scripts/script.php?script_id=3642
Other
3.12k stars 267 forks source link

localleader bindings not working #205

Closed rstacruz closed 8 years ago

rstacruz commented 8 years ago

I can't seem to trigger any localleader key bindings such as <localleader>sa. I have done let g:maplocalleader="," and let g:mapleader=",".

Sorry I haven't had the chance to create a reduced use case, but FWIW, I'm using NVIM 0.1.0 (with Python working) and Vim 7.4 via MacVim (python also working). My vimfiles are here and they're managed using vim-plug.

jceb commented 8 years ago

I have the following in my vimrc and it works fine: let maplocalleader = ','

brunobeltran commented 8 years ago

Had the same issue, turns out using let maplocalleader instead of let g:maplocalloader fixed it for me.