removed broken emacs keybindings

This commit is contained in:
Jonathan Lamothe 2024-08-13 15:24:49 -04:00
parent 6426057571
commit 289499fd0d

View File

@ -138,25 +138,21 @@ bindingsFor m = coreBindings ++ case m of
)
, ( UpEvent
, [ bind KUp
, ctrl 'p'
, bind 'k'
]
)
, ( DownEvent
, [ bind KDown
, ctrl 'n'
, bind 'j'
]
)
, ( LeftEvent
, [ bind KLeft
, ctrl 'p'
, bind 'h'
]
)
, ( RightEvent
, [ bind KRight
, ctrl 'f'
, bind 'l'
]
)