Fix home/end
This commit is contained in:
parent
e321f16c70
commit
4d16f1ded4
1 changed files with 4 additions and 4 deletions
|
|
@ -618,16 +618,16 @@ where
|
|||
}
|
||||
Named::End => {
|
||||
if is_app_cursor {
|
||||
ss3("H", mod_no)
|
||||
ss3("F", mod_no)
|
||||
} else {
|
||||
csi("H", "", mod_no)
|
||||
csi("F", "", mod_no)
|
||||
}
|
||||
}
|
||||
Named::Home => {
|
||||
if is_app_cursor {
|
||||
ss3("F", mod_no)
|
||||
ss3("H", mod_no)
|
||||
} else {
|
||||
csi("F", "", mod_no)
|
||||
csi("H", "", mod_no)
|
||||
}
|
||||
}
|
||||
Named::F1 => ss3("P", mod_no),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue