Skip to content

Commit

Permalink
Added selectors for xi-editor#171
Browse files Browse the repository at this point in the history
  • Loading branch information
terhechte committed Oct 7, 2018
1 parent 54bf808 commit 6fc00b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions XiEditor/EditViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -378,11 +378,13 @@ class EditViewController: NSViewController, EditViewDataSource, FindDelegate, Sc
"moveToBeginningOfLine:": "move_to_left_end_of_line",
"moveToBeginningOfLineAndModifySelection:": "move_to_left_end_of_line_and_modify_selection",
"moveToBeginningOfParagraph:": "move_to_beginning_of_paragraph",
"moveToBeginningOfParagraphAndModifySelection:": "move_to_beginning_of_paragraph_and_modify_selection",
"moveToEndOfDocument:": "move_to_end_of_document",
"moveToEndOfDocumentAndModifySelection:": "move_to_end_of_document_and_modify_selection",
"moveToEndOfLine:": "move_to_right_end_of_line",
"moveToEndOfLineAndModifySelection:": "move_to_right_end_of_line_and_modify_selection",
"moveToEndOfParagraph:": "move_to_end_of_paragraph",
"moveToEndOfParagraphAndModifySelection:": "move_to_end_of_paragraph_and_modify_selection",
"moveToLeftEndOfLine:": "move_to_left_end_of_line",
"moveToLeftEndOfLineAndModifySelection:": "move_to_left_end_of_line_and_modify_selection",
"moveToRightEndOfLine:": "move_to_right_end_of_line",
Expand Down

0 comments on commit 6fc00b4

Please sign in to comment.