1

I use spf13 ,it use python-mode inside,but I can't find the key to run the python code.

After I add let g:pymode_run = 1 and let g:pymode_run_key = '<leader>r' in my .vimrc, it still does not work.

Can someone help me?

Roland Ewald
  • 4,630
  • 3
  • 35
  • 49
cruelcage
  • 2,044
  • 6
  • 19
  • 19
  • Like all distributions, spf13 adds a lot of unnecessary complexity and overhead. And it can make debugging your config quite tedious for you and anybody wishing to help. Drop that crap. Anyway, what is the output of `:verbose map r`? – romainl Nov 11 '13 at 07:32
  • @romainl oh..It maps nothing.. – cruelcage Nov 11 '13 at 07:43

1 Answers1

0

oh,I got it,it maps to ,r.I'm so careless.

Should I delete this question?

cruelcage
  • 2,044
  • 6
  • 19
  • 19