mirror of
https://github.com/jtdaugherty/brick.git
synced 2025-01-06 05:14:11 +03:00
List: fix haddock for listHandleEventVi
This commit is contained in:
parent
7c8ceb8a4e
commit
f567083104
@ -99,10 +99,11 @@ handleListEvent e theList =
|
||||
EvKey KPageUp [] -> listMovePageUp theList
|
||||
_ -> return theList
|
||||
|
||||
-- | Enable list movement with the vi keys with a fallback if none match.
|
||||
-- Use (handleListEventVi handleListEvent) in place of handleListEvent to add
|
||||
-- the vi keys bindings to the standard ones.
|
||||
-- Movements handled:
|
||||
-- | Enable list movement with the vi keys with a fallback if none
|
||||
-- match. Use (handleListEventVi handleListEvent) in place of
|
||||
-- handleListEvent to add the vi keys bindings to the standard ones.
|
||||
-- Movements handled include:
|
||||
--
|
||||
-- * Up (k)
|
||||
-- * Down (j)
|
||||
-- * Page Up (Ctrl-b)
|
||||
|
Loading…
Reference in New Issue
Block a user