revert ctrd+d mapping

This commit is contained in:
Sandeep Somavarapu
2016-08-30 16:20:17 +02:00
parent 1eab488f56
commit 66121ae48d

View File

@ -106,8 +106,8 @@ defineMotionCommand('tabm.', Motions.MoveActiveEditorCenter);
// Scroll motions
defineMotionCommand('e', Motions.ScrollDownByLine, {ctrl: true});
defineMotionCommand('f', Motions.ScrollDownByHalfPage, {ctrl: true});
// defineMotionCommand('f', Motions.ScrollDownByPage, {ctrl: true});
defineMotionCommand('d', Motions.ScrollDownByHalfPage, {ctrl: true});
defineMotionCommand('f', Motions.ScrollDownByPage, {ctrl: true});
defineMotionCommand('y', Motions.ScrollUpByLine, {ctrl: true});
defineMotionCommand('u', Motions.ScrollUpByHalfPage, {ctrl: true});
defineMotionCommand('b', Motions.ScrollUpByPage, { ctrl: true });