removed broken emacs keybindings
This commit is contained in:
parent
6426057571
commit
289499fd0d
|
@ -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'
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user