On 2014-08-24 13:16, Óscar Pereira wrote:
> let g:mapleader = ","
> let g:maplocalleader = ";"
> nnoremap - ;
> nnoremap _ ,
>
> Now repeating a previous character search is done with a dash, and
> repeating a previous character search in reverse is done with an
> underscore. This works really n
Hello all,
So, these were my leader mappings:
let g:mapleader = ","
let g:maplocalleader = ";"
Which work very well, except for the fact that (repeating) character
searches (';' or ',') get slightly slower. Slightly, but noticeably
and very annoyingly slower. I tried other combinations of
lea
miercuri, 20 august 2014, 21:39:39 UTC+3, Matteo Riva a scris:
> When using the matchit plugin I can't get the matching to work on
>
> square brackets, unless I use the :MatchDebug command, then they work
>
> fine.
>
> Everything else is working as far as I can tell, and b:match_words includes