Monday, October 31, 2011

Re: Mapping shortcuts

On 10/31/2011 01:06 PM, George Papanikolaou wrote:
> I know this is simple. but I can't figure it out by Googling... so.
>
> How can I map a specific keyboard shortcut?
> For example, I want to press<CTRL>+F to trigger FuzzyFinder instead of typing :FuF
>
> Thank you.
>

:map <c-f> :Fuf<cr>

:help map

<cr> there means 'carriage return', i.e. Enter.

-ak

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: