Module: Amun::Behaviours::Emacs
- Included in:
- MajorModes::Fundamental, MajorModes::IRB
- Defined in:
- lib/amun/behaviours/emacs.rb
Overview
Emacs default behaviour module should be included in the mode which needs this behaviour as part of it
Instance Method Summary collapse
Methods included from Insertion
#insert_char, #insertion_keymap_initialize
Methods included from Erasing
#backward_delete_char, #backward_kill_word, #delete_char, #erasing_keymap_initialize, #forward_delete_char, #kill_line, #kill_word
Methods included from Movement
#backward_char, #beginning_of_line, #end_of_line, #forward_char, #movement_keymap_initialize, #next_line, #previous_line
Instance Method Details
#emacs_behaviour_initialize ⇒ Object
16 17 18 19 20 |
# File 'lib/amun/behaviours/emacs.rb', line 16 def emacs_behaviour_initialize movement_keymap_initialize erasing_keymap_initialize insertion_keymap_initialize end |