I'm browsing the web for a while to find a solution to my problem. First, I've already set up my vim with:
if has("gui_macvim")
let macvim_hig_shift_movement = 1
endif
set selection=exclusive
But when I make a text selection in macvim with alt+shift+left, it emulates something like visual+W , but yet on Mac the default behavior is more similar as visual+w or visual+e. Does anyone know how to change this behavior?
Regards.