vim-unimpaired icon indicating copy to clipboard operation
vim-unimpaired copied to clipboard

Allow to change next/prev mappings

Open aostruszka opened this issue 3 years ago • 0 comments

User can override/extend next/previous mappings by defining dictionary 'g:unimpaired_np_maps' e.g.:

let g:unimpaired_np_maps = { 't': 'tab' }

will change [t,]t,[T,]T mappings to work for tabs (_tab_prev,...) instead of default mapping for tags (_t_prev,...).

aostruszka avatar May 19 '21 12:05 aostruszka