Search code examples
vimremap

Remap Comma in Vim


I would like to remap ctrl-w-w (switch buffer) to the comma. I tried some combinations with inoremap and remap, but i can't get it to work.

Any solutions?


Solution

  • This should work:

    noremap , <C-w>w