PageUp and PageDown in CUA mode

2014-11-26 Thread Michał J Gajda
You may look for scrollScreensB ( -1) See implementation of page up/down in Vim insert mode: https://github.com/yi-editor/yi/commit/d6dc5397f0808406735a048507fc14504f8c7e18 -- -- Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel --- You received thi

PageUp and PageDown in CUA mode

2014-11-26 Thread Michał J Gajda
You may look for scrollScreensB ( -1) See implementation of page up/down in Vim insert mode: https://github.com/yi-editor/yi/commit/d6dc5397f0808406735a048507fc14504f8c7e18 -- -- Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel --- You received thi

PageUp and PageDown in CUA mode

2014-11-26 Thread Michał J Gajda
You may look for scrollScreensB ( -1) See implementation of page up/down in Vim insert mode: https://github.com/yi-editor/yi/commit/d6dc5397f0808406735a048507fc14504f8c7e18 -- -- Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel --- You received thi

PageUp and PageDown in CUA mode

2014-11-26 Thread Amy de Buitleir
I'm using CUA mode, and I want to make PageUp and PageDown work as expected. There's no TextUnit for "Page", so it seems I can't do it using maybeMoveB. Is there another way to do it? Here's my config: {-# LANGUAGE OverloadedStrings #-} {-# OPTIONS_HADDOCK show-extensions #-} -- is this needed?