Closed indeedwatson closed 4 years ago
Following the readme I'm trying to bind alt + / to use go.py:
alt + /
:nmap meta-/ /go
I input that and press enter, but pressing alt + / does nothing.
You want to use :nmap <M-/> /go instead.
:nmap <M-/> /go
Ah, thank you
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.