Thursday, 20 February 2014

How can I map “:vsplit .” to in Vim?

How can I map ":vsplit ." to <F7> in Vim?



1.How can I map ":vsplit ." to <F7> in Vim? - Stack Overflow

Description:Just put a : before it and a <CR> after. nmap <F7> :vsplit
.<CR> nmap starts in normal mode so you have to give it exactly what you'd
type. You get "tttt" because ...



2.Switch between Vim window splits easily - Vim Tips Wiki

Description:... This tip was imported from vim.org and ... map <C-J>
<C-W>j<C-W>_ map <C-K> <C-W>k<C-W>_ Now I can hold down Ctrl and move ...
vsplit other.fil :map <M ...



3.Vim Splits: A Guide to Doing Exactly What You Want ...

Description:29-04-2010 · ... check out Drew Neil's comment below. In Vim,
... the same time dump bits of text into a new split dump command ... I
can't say it's the most ...



4.cvsdiff.vim - visual cvs diff utility for vim diffsplit ...

Description:... show diff to cvs last version, horizontal split map <F7>
<Plug>Cvsdiffv ... if not, can manally source this file in vim or add into
~/.vimrc : ...



5.svndiff.vim - vim plugin to for visual display of svn ...

Description:svndiff.vim : vim plugin to for visual display of svn diffs in
two vim windows



6.Mapping keys in Vim - Tutorial (Part 2) - Vim Tips Wiki

Description:If you invoke the above map with a count of 2 using 2<F7>, ...
to define the map. A Vim function can be defined to accept ... is to split
the command ...



7.Code inComplete - Split windows and tabs in Vim

Description:... and for that you will want to learn about Vim's ability to
split its ... To open a different file in a new split you can specify ...
I like to map the ...



8.layout - How can I swap positions of two open files (in ...

Description:Just slap these in your .vimrc and map the ... to work with
split windows in Vim ... and "three" split at right For convenience, you
can assign the ...



9.Vim - General - Fwd: Split screens help

Description:Fwd: Split screens help. I'm quite new to VIM and so I have a
lot of helpfile reading to do. ... I love that you can map your keystrokes
the way you want.



10.Vim documentation: vim_faq

Description:... f2.txt and f3.txt in three separate vertically split Vim
windows. For more ... You can map the Escape key to some other key ... map
<F7> <Nop>: ...

No comments:

Post a Comment