Commit Graph

8 Commits

Author SHA1 Message Date
Amine
f8b17fd861 Fix: In vim mode dw causes deadlock #414
the filter_length should be updated on each iteration.
deleting the character causes the filter value to change,
but it compares against the old size.
2024-07-20 10:06:37 +09:00
ItsProfessional
c9b891e89b Add option to exit bemenu using esc in vim binds normal mode 2023-06-30 09:31:45 +09:00
Moyu Su
8e2fd06f70 fixed that respond of Escape while using Vim binding under Wayland 2023-03-13 21:57:18 +09:00
Luca Nimmrichter
a8c89c41a7 Fix remaining crashes 2022-10-21 03:17:29 +09:00
Luca Nimmrichter
75afebeb4b Remove debug logs 2022-10-21 03:17:29 +09:00
Luca Nimmrichter
197936e697 Add new bindings
H/M/L to goto first/mid/last item in view
X to delete character before the cursor
v to toggle item selection

Change goto first item from g to gg
2022-10-21 03:17:29 +09:00
Luca Nimmrichter
dc24d795bb Fix escape close bemenu in vim normal mode 2022-10-21 03:17:29 +09:00
Luca Nimmrichter
bcf53bcb25 Add basic vim bindings 2022-10-21 03:17:29 +09:00