GermainZ / weechat-vimode

A WeeChat script that adds vi-like modes, commands and keybindings.
GNU General Public License v3.0
266 stars 28 forks source link

nmap doesn't seem to work #82

Closed indeedwatson closed 4 years ago

indeedwatson commented 4 years ago

Following the readme I'm trying to bind alt + / to use go.py:

:nmap meta-/ /go

I input that and press enter, but pressing alt + / does nothing.

GermainZ commented 4 years ago

You want to use :nmap <M-/> /go instead.

indeedwatson commented 4 years ago

Ah, thank you