vimsheet.controller.edit_handler
Edit mode key handler — vi-style line editing of existing cell content.
- class vimsheet.controller.edit_handler.EditHandler(app)[source]
Bases:
objectHandles all key events while in Edit mode.
- Parameters:
app (VimSheetApp)
- __init__(app)[source]
- Parameters:
app (VimSheetApp)
- Return type:
None