weechat-vimode icon indicating copy to clipboard operation
weechat-vimode copied to clipboard

[question]: nmap command for binding buflist

Open balazser opened this issue 5 years ago • 1 comments

Thank you for the script! Could you help me, what am I doing wrong or how can I debug it?

I'm trying to bind buflist (channel list) scrolling to U and D keys using the following command: :nmap D /bar scroll buflist * +100%<CR>

which results in this error: Error: unable to scroll bar "buflist"

I also tried something like: :nmap D i/bar scroll buflist * +100% <CR>

but unfortunately the i - insert mode binding does not work for me. The only thing I could achieve with it to switch to insert mode. with :nmap D i

balazser avatar Oct 01 '20 21:10 balazser

This seems to work with the git version, could you please try that? (Sorry for the late reply, I missed the notification.)

GermainZ avatar May 24 '21 17:05 GermainZ