mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-26 02:40:30 +00: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:
commit
d00a599d73
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue