Skip to content

Commit

Permalink
Merge pull request xi-editor#292 from terhechte/feature/171-add-some-…
Browse files Browse the repository at this point in the history
…shortcuts

Added selectors for xi-editor#171
  • Loading branch information
cmyr committed Oct 8, 2018
2 parents 54bf808 + 6fc00b4 commit 5cf0220
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 5cf0220

Please sign in to comment.