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 268 forks source link

shortcuts based on <localleader> do not work #184

Closed vsiles closed 9 years ago

vsiles commented 9 years ago

Hi, I can't manage to make the plugin work: whenever I use localleader based shortcut, nothing works correctly (for example, the <localleader>cc to check a box delete most of my fields, <localleader>d does nothing...)

I am using vim from ubuntu 14.04 (VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Jan 2 2014 19:40:46) and I'm pretty sure my localleader is set (I tested it using the example mapping in :help localleader)

Any idea what's wrong ? Best, V.

vsiles commented 9 years ago

Sorry for the disturbance, I figured it out: I was setting localleader after the plugin was loaded, so it was never taken into account. You have to setup leader/localleader in your .vimrc file so that the plugin can load correctly.

Thanks a lot for the mode ;)