mbmjensen / vim

0 stars 0 forks source link

Movement Mappings Should be Repeatable #7

Closed mbmjensen closed 3 years ago

mbmjensen commented 3 years ago

Create a set of MappingName internal mappings that can be used with https://github.com/tpope/vim-repeat to make movements repeatable with the '.' key. Look at https://github.com/tpope/vim-unimpaired for inspiration for the types of movement mappings that can be used.