vimsheet.controller.normal_handler

Normal mode key handler — all vim-like Normal mode bindings.

class vimsheet.controller.normal_handler.NormalHandler(app)[source]

Bases: object

Handles all key events while in Normal mode.

Parameters:

app (VimSheetApp)

__init__(app)[source]
Parameters:

app (VimSheetApp)

Return type:

None

handle(key)[source]
Parameters:

key (str)

Return type:

None