2009/11/27 dc:
> enjoying macvim, and its great for block editing.
> but does anyone have a mapping file for normal mac-like motion in
> insert mode?
>
> eg
> opt-left = move a word to left
> shift-opt-left = select a word to left
> cmd-opt-left = go to beginning of line
> opt-delete = delete a word
>
> etc.

I agree with Niklas' suggestion, but if you really insist on wanting
the above bindings you can just add the lines

        if has("gui_macvim")
          let macvim_hig_shift_movement = 1
        endif

to your ~/.vimrc file and open a new window (see ":h macvim-shift-movement").

Björn

-- 
You received this message from the "vim_mac" maillist.
For more information, visit http://www.vim.org/maillist.php

Reply via email to