This commit is contained in:
iFargle 2024-01-03 23:45:44 +09:00
parent 0569067b07
commit a9a5119936

View file

@ -85,9 +85,6 @@
];
submap = {
resize = {
bind = [
'', escape, submap, reset''
];
binde = [
'', H, resizeactive,-50 0''
'', L, resizeactive,50 0''
@ -98,6 +95,9 @@
'', up, resizeactive,0 -50''
'', down, resizeactive,0 50''
];
bind = [
'', escape, submap, reset''
];
};
reset = {};
};