Alias chorus.keymap.Rhs

alias chorus.keymap.Rhs = (chorus.keymap.Action | {[1]: chorus.keymap.Action, [string]: any} | chorus.keymap.DELETE | chorus.keymap.Spec)

Right-hand side in a keymap spec

  1. An action

  2. DELETE: Indicates mapping should be deleted if it exists

  3. { <action>, <option> = <value> ... }: An action plus options

  4. A nested spec which inherits modes and options and any key sequence as a prefix