Module: VER::Methods::Shortcuts
- Included in:
- VER::Methods
- Defined in:
- lib/ver/methods/shortcuts.rb
Constant Summary
Constants included from Move
Move::GO_MATCHING_LEFT, Move::GO_MATCHING_RIGHT
Constants included from Open
Instance Attribute Summary
Attributes included from Open
Instance Method Summary collapse
Methods included from Move
#backward_char, #backward_word, #beginning_of_line, #end_of_file, #end_of_line, #eol_then_insert_mode, #forward_char, #forward_char_then_insert_mode, #forward_word, #go_line, #matching_brace, #next_line, #page_down, #page_up, #previous_line, #sol_then_insert_mode, #virtual_movement, #word_right_end
Methods included from Save
#file_save, #file_save_popup, #may_close, #persisted?, #quit, #save_atomic, #save_dumb, #save_to
Methods included from Open
#after_open, #apply_modeline, #apply_modeline_option, #open_empty, #open_path, #read_file, #set, #set_filetype
Methods included from Views
#view_close, #view_create, #view_find_or_create, #view_focus_next, #view_focus_prev, #view_master_dec, #view_master_inc, #view_one, #view_push_bottom, #view_push_down, #view_push_top, #view_push_up, #view_slave_dec, #view_slave_inc, #view_two
Methods included from Insert
#auto_indent_line, #fallback_insert_indented_newline, #indent_after, #indent_fix_at, #indent_of, #indent_settings, #insert_auto_indented_newline, #insert_file_contents, #insert_indented_newline, #insert_indented_newline_above, #insert_indented_newline_below, #insert_newline, #insert_selection, #insert_string, #insert_tab, #syntax_indent_file
Instance Method Details
#wq ⇒ Object
16 17 18 |
# File 'lib/ver/methods/shortcuts.rb', line 16 def wq w and q end |