ctrl-f: pagedown ctrl-b: pageup

This commit is contained in:
nightwing 2012-04-27 23:46:21 +04:00
commit 5a9e6d4cb9

View file

@ -56,7 +56,13 @@ var startCommands = {
},
'A': {
command: coreCommands.appendEnd
}
},
'ctrl-f': {
command: "gotopagedown"
},
'ctrl-b': {
command: "gotopageup"
},
};
exports.handler = {