Re: Mapping for switching windows

2013-01-26 Thread Ben Fritz
On Friday, January 25, 2013 5:01:25 PM UTC-6, Aggelos Kolaitis wrote: Hello List,              Does anyone have some examples on mappings to switch windows faster CTRL-W, h and CTRL-W, l ?     I guess mapping shift-w to do this would be great for fast switching Add this to

Re: Mapping for switching windows

2013-01-26 Thread neoaggelos
Hmmm... You're right, but to my knowledge, W is the same as w. So, it can be used for that purpose... Well, that depends on each one's needs of course On Jan 26, 2013, at 6:44 PM, Ben Fritz fritzophre...@gmail.com wrote: On Friday, January 25, 2013 5:01:25 PM UTC-6, Aggelos Kolaitis wrote:

Re: Mapping for switching windows

2013-01-26 Thread Christian Brabandt
Hi neoaggelos! On Sa, 26 Jan 2013, neoagge...@yahoo.gr wrote: Hmmm... You're right, but to my knowledge, W is the same as w. So, it can be used for that purpose... It is not. See :h word :h WORD regards, Christian -- Die Weltanschauungen mancher Menschen gleichen lächelnden Festungen.

Re: Mapping for switching windows

2013-01-26 Thread neoaggelos
Well, then W is the same as Ctrl-left and ctrl-right which work at normal, visual and normal mode. On Jan 26, 2013, at 11:37 PM, Christian Brabandt cbli...@256bit.org wrote: Hi neoaggelos! On Sa, 26 Jan 2013, neoagge...@yahoo.gr wrote: Hmmm... You're right, but to my knowledge, W is the

Re: Mapping for switching windows

2013-01-26 Thread Christian Brabandt
Hi neoaggelos! Please don't top poste. On Sa, 26 Jan 2013, neoagge...@yahoo.gr wrote: Well, then W is the same as Ctrl-left and ctrl-right which work at normal, visual and normal mode. The problem with ctrl is, it does not reliably work in all terminals. regards, Christian -- Man soll die

Re: Mapping for switching windows

2013-01-26 Thread darkweasel
Am 2013-01-26 23:03, schrieb Christian Brabandt: The problem with ctrl is, it does not reliably work in all terminals. And in addition, the ability to use alphanumeric keys to move around is the very reason many people (at least me) use vim and not something like kate or gedit or Notepad or

Re: Mapping for switching windows

2013-01-26 Thread skeept
On Friday, January 25, 2013 5:57:30 PM UTC-5, Adolfo Olivera wrote: Hello List,              Does anyone have some examples on mappings to switch windows faster CTRL-W, h and CTRL-W, l ? I use the mappings nmap TAB C-W nmap TABTAB C-WC-W this makes the movement between windows very

Mapping for switching windows

2013-01-25 Thread Adolfo Olivera
Hello List, Does anyone have some examples on mappings to switch windows faster *CTRL-W, h and CTRL-W, l* ? -- -- 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

Re: Mapping for switching windows

2013-01-25 Thread neoaggelos
Hello List, Does anyone have some examples on mappings to switch windows faster CTRL-W, h and CTRL-W, l ? I guess mapping shift-w to do this would be great for fast switching Add this to your vimrc :map s-w escc-wc-w Ctrl-w Ctrl-w is used to go to the next window

Re: Mapping for switching windows

2013-01-25 Thread Adolfo Olivera
Thanks. What does shift-w exactly does? From what I see it goes down a line? On Fri, Jan 25, 2013 at 8:01 PM, neoagge...@yahoo.gr wrote: Hello List, Does anyone have some examples on mappings to switch windows faster *CTRL-W, h and CTRL-W, l* ? I guess mapping shift-w to do

Re: Mapping for switching windows

2013-01-25 Thread Adolfo Olivera
Ok. I am an idiot. You are telling me to map shift-w to do this. Understood. Thank you. On Fri, Jan 25, 2013 at 8:10 PM, Adolfo Olivera olivera.ado...@gmail.comwrote: Thanks. What does shift-w exactly does? From what I see it goes down a line? On Fri, Jan 25, 2013 at 8:01 PM,

Re: Mapping for switching windows

2013-01-25 Thread neoaggelos
It shifts through the open windows, one by one see :help Ctrl-w And find Ctrl-wCtrl-w for more information Thanks. What does shift-w exactly does? From what I see it goes down a line? On Fri, Jan 25, 2013 at 8:01 PM, neoagge...@yahoo.gr wrote: Hello List, Does anyone

Re: Mapping for switching windows

2013-01-25 Thread Michael Hernandez
By the way, TPope's vim-unimpaired plugin has cool bindings for this and other stuff too, you may want to check it out! --Mike H On Jan 25, 2013, at 6:14 PM, neoagge...@yahoo.gr wrote: You're welcome. Glad to have helped you! Sent from my iPod On Jan 26, 2013, at 1:13 AM, Adolfo Olivera

Re: Mapping for switching windows

2013-01-25 Thread Sven Guckes
* Adolfo Olivera olivera.ado...@gmail.com [2013-01-26 00:18]: Does anyone have some examples on mappings to switch windows faster [than] CTRL-W,h and CTRL-W,l? yes: map left c-wh map right c-wl map upc-wk map down c-wj happy? but remember: the fastest way to use any program is

Re: Mapping for switching windows

2013-01-25 Thread neoaggelos
Seams great, thanks for sharing!!! On Jan 26, 2013, at 1:19 AM, Michael Hernandez sequet...@gmail.com wrote: By the way, TPope's vim-unimpaired plugin has cool bindings for this and other stuff too, you may want to check it out! --Mike H On Jan 25, 2013, at 6:14 PM, neoagge...@yahoo.gr

Re: Mapping for switching windows

2013-01-25 Thread Andy Spencer
On 2013-01-25 19:57, Adolfo Olivera wrote: Does anyone have some examples on mappings to switch windows faster *CTRL-W, h and CTRL-W, l* ? When I use win32 gvim I use: :map Alt+h C-Wh :map Alt+j C-Wj :map Alt+k C-Wk :map Alt+l C-Wl :map Alt+i gT :map Alt+o gt I also have