weechat-vimode
weechat-vimode copied to clipboard
[question]: nmap command for binding buflist
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
This seems to work with the git version, could you please try that? (Sorry for the late reply, I missed the notification.)