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

A WeeChat script that adds vi-like modes, commands and keybindings.

Results 11 weechat-vimode issues
Sort by recently updated
recently updated
newest added

Using the latest version from the repo with default config Here are some movements which should be fixed to make them consistent with vim behavior. - `dw` wrong cursor position...

There are few of us, these weirdos who use esc instead of alt. Currently vimode blocks that, as Esc in normal mode does nothing. The fix is: ``` diff --git...

I am trying to reuse the normal keybindings for switching channels. Normally, when pressing Ctrl+n I will advance one channel and Ctrl+p will go back. Currently, this works only one...

On fset buffer `j` and ´k` scrolls line instead of moving between options. As such I have know way to move between options besides the mouse. Is this expected behavior?

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`...

Mapping Alt + j does not seem to work. It accepts setting the binding but the command doesn't run when pressed. `` seems to work though so it's a bit...

Following my PR #71, Ctrl-W behavior in Insert mode is one more thing I was trying to have behaving more vim-like with a respect of the is_keyword configuration notably. I...

I think these commands can be so nice and handy. ``` :m (quote line message) :q (quote msg + nick) :,m (copy msgs from lines num1 to num2 to input_text)...

Hey, is there any interest in extending the cursor mode, beyond simply arrow keys? (Also, there must be some way to do a bit of visual selection, as search clearly...