ctrl-f: pagedown ctrl-b: pageup
This commit is contained in:
parent
59358495f5
commit
5a9e6d4cb9
1 changed files with 7 additions and 1 deletions
|
|
@ -56,7 +56,13 @@ var startCommands = {
|
|||
},
|
||||
'A': {
|
||||
command: coreCommands.appendEnd
|
||||
}
|
||||
},
|
||||
'ctrl-f': {
|
||||
command: "gotopagedown"
|
||||
},
|
||||
'ctrl-b': {
|
||||
command: "gotopageup"
|
||||
},
|
||||
};
|
||||
|
||||
exports.handler = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue