tpope / vim-repeat

repeat.vim: enable repeating supported plugin maps with "."
http://www.vim.org/scripts/script.php?script_id=2136
2.59k stars 81 forks source link

Allow to configure lhs mappings to be used #28

Closed blueyed closed 9 years ago

blueyed commented 9 years ago

Fixes https://github.com/tpope/vim-repeat/issues/19

blueyed commented 9 years ago

I see.

A some more automatic approach like in your PR (https://github.com/tpope/vim-repeat/pull/34/files) would be great to have.

Konfekt commented 9 years ago

Take a look at https://github.com/tpope/vim-repeat/commit/cffb2e7578c10da5e89bb1164caba06f96f4989b

tpope commented 9 years ago

Yeah, forgot this was out there but I'm generally against the whole variables for mapping strategy.