Hi All,

Anyone know why & how work around? 

-Gvim.exe 7.2 @ vista
------------------------_vimrc--------------------
set guioptions=e

map  <A-h> <Left>
map! <A-h> <Left>
map  <A-j> <Down>
map! <A-j> <Down>
map  <A-k> <Up>
map! <A-k> <Up>
map  <A-l> <Right>
map! <A-l> <Right>
------------------------.vimrc--------------------

<A-l> can't open a fold, i have to press <Right> directly.....:-(
Fortunately, every functions are OK except the one mentioned above.

Maybe, i should distinguish whether it's is a closing fold, then,
:map <A-l> zo<Right>
and else 
:map <A-l> <Right>

?????.....

-regards,
-- 
William <[email protected]>


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

Reply via email to