I'm not having success to make these two key mappings to work:

noremap <silent> <C-,> <Esc>:call cursor(line('.'), 1)<CR>i
noremap <silent> <C-.> <Esc>:call cursor(line('.'), col('$'))<CR>i

Since my cmd+arrow(left/right) shortcuts doens't work inside my bash
terminal (I don't have Home/End keys on my macbook) I've tried to make
this workaround at least for vim.

I've put both inside my .vimrc (and loding into my vim using :source)
and I wasn't succeeded.
I've tried imap and inoremap there as well.

Anyone know what is the catch?

Best regards,
Leandro.

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

Reply via email to