mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-26 17:00:21 +09:00
Merge pull request #74 from harishnavnit/master
Move the cursor to the start and end of line using "Home" and "End"
This commit is contained in:
@@ -230,8 +230,8 @@ func DefaultBindings() map[string]string {
|
||||
"CtrlK": "CutLine",
|
||||
"CtrlV": "Paste",
|
||||
"CtrlA": "SelectAll",
|
||||
"Home": "Beginning",
|
||||
"End": "End",
|
||||
"Home": "StartOfLine",
|
||||
"End": "EndOfLine",
|
||||
"PgUp": "PageUp",
|
||||
"PgDn": "PageDown",
|
||||
"CtrlU": "HalfPageUp",
|
||||
|
||||
Reference in New Issue
Block a user