my iskeyword is iskeyword=@,48-57,_,192-255,(,),=,[,],<,>,:
but when i’m using ctrl+arrows vim jumps only to spaces, but not others symbols.
my iskeyword is iskeyword=@,48-57,_,192-255,(,),=,[,],<,>,: but when i’m using ctrl+arrows vim jumps only to spaces,
Share
I think that
ctrl+arrowsbehave like W and B whilectrl+shift+arrowsas w and b. Try to use the later or even better try to use the simpler and vimier w and b.