diff options
author | joe <rbo@gmx.us> | 2025-08-26 19:41:41 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-08-26 19:41:41 +0200 |
commit | f3e5c72677cea935a30fe90a7428cbf427f95583 (patch) | |
tree | 50e39377f4a71fb81438f9a70f716114a0e130be | |
parent | k (diff) | |
download | hardflip-f3e5c72677cea935a30fe90a7428cbf427f95583.tar.gz hardflip-f3e5c72677cea935a30fe90a7428cbf427f95583.tar.bz2 hardflip-f3e5c72677cea935a30fe90a7428cbf427f95583.tar.xz hardflip-f3e5c72677cea935a30fe90a7428cbf427f95583.tar.zst hardflip-f3e5c72677cea935a30fe90a7428cbf427f95583.zip |
k
-rw-r--r-- | src/e_keys.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/e_keys.go b/src/e_keys.go index fa3ca9c..b8c1e52 100644 --- a/src/e_keys.go +++ b/src/e_keys.go @@ -251,7 +251,6 @@ func e_normal_events(data *HardData, ui *HardUI, event tcell.EventKey) bool { event.Key() == tcell.KeyCtrlF) && data.litems.curr != nil { c_fuzz(data) - // TODO: fzf here } else if event.Rune() == '?' { ui.mode = HELP_MODE ui.help_scroll = 0 |