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

Add support for WeeChat 4 #96

Closed trygveaa closed 1 year ago

trygveaa commented 1 year ago

WeeChat 4 changed the ctrl keys to use lower case letters instead of upper case ones. This patch changes all the sequences to use lower case keys, and maps upper case to lower case for keys received from WeeChat so it works with both old and new versions of WeeChat.

Fixes #95

GermainZ commented 1 year ago

This is great, thanks a lot for the PR!