remove edit/normal mode

This commit is contained in:
Kujtim Hoxha
2025-04-23 12:08:45 +02:00
parent 1b22acbc58
commit 2c5003e3fc
10 changed files with 92 additions and 116 deletions

View File

@@ -62,7 +62,7 @@ func (h *helpCmp) render() string {
var (
pairs []string
width int
rows = 14 - 2
rows = 10 - 2
)
for i := 0; i < len(bindings); i += rows {
var (