vimsheet.controller.insert_handler

Insert mode key handler.

class vimsheet.controller.insert_handler.InsertHandler(app)[source]

Bases: object

Handles all key events while in Insert mode.

Parameters:

app (VimSheetApp)

__init__(app)[source]
Parameters:

app (VimSheetApp)

Return type:

None

handle(key)[source]
Parameters:

key (str)

Return type:

None