By default, <Leader> is backslash "\". You can use:

:nnoremap <Leader>w <C-w>

This let's you use <Leader>w wherever you would use C-w, which in the
default case would be \w (backslash-w)

I found this at:

https://vi.stackexchange.com/questions/3728/how-can-i-work-with-splits-in-vim-without-ctrl-w

and:

https://vi.stackexchange.com/questions/281/how-can-i-find-out-what-leader-is-set-to-and-is-it-possible-to-remap-leader

-Jonathan Hankins

On Wed, Dec 30, 2020 at 1:08 PM gk_2020 <[email protected]> wrote:

> I have managed to solve the problem. Sharing here in case someone else
> finds
> it useful
>
> We cannot get Ctrl-W to vim, as it will be stopped by browser.
>
> Send something else not caught by browser. For this purpose, I used
> Ctrl-j.
>
> On vim, I used commands like
> :map <C-j> <C-w>w
> :map <C-k> <C-w>gf
>
> each mapping provides me an alternative way of getting the same thing done.
> Now my ~/.vimrc is having these mappings and I don't have to worry about
> setting these mappings anymore
>
> In addition I made a new chrome profile just for going to Guacamole, and in
> that profile I use AutoControl to capture and ignore Ctrl-W, so that even
> if
> I type it by mistake there is no problem
>
>
>
>
>
> --
> Sent from:
> http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

-- 
Jonathan Hankins

Homewood City Schools

W: 205-877-4548

-- 
This e-mail is intended only for the recipient and may contain confidential 
or proprietary information. If you are not the intended recipient, the 
review, distribution, duplication or retention of this message and its 
attachments is prohibited. Please notify the sender of this error 
immediately by reply e-mail, and permanently delete this message and its 
attachments in any form in which they may have been preserved.

Reply via email to