A plugin that allows one to set how many lines each Page Up/Down button push move the caret
Idea stolen from here: https://stackoverflow.com/questions/27610249/intellij-idea-control-page-up-page-down-scroll-size
The plugin is now in IntelliJ IDEA plugin repository.
- Go to Settings/Plugins.
- Search for "Partial Navigation".
- Download the latest .jar from the releases section.
- Use the steps from "Install plugin from disk" section here:
To reconfigure keyboard shortcuts to use actions from this plugin:
- You can read here how to reconfigure they keymap.
- The actions of this plugin are:
- Partial Page Down -
Page Down
- Partial Page Down with Selection -
Shift
+Page Down
- Partial Page Up -
Page Up
- Partial Page Up with Selection -
Shift
+Page Up
- Partial Page Down -
- On Partial Navigation settings page you can specify the number of lines the Page Up/Down should move the caret is in percentage of the screen with Percent navigation or specific number of lines with Static navigation
- (Optional) Go crazy and set the multiplier to 1.5: that's 1.5 screens per key press.
Partial Navigation
is licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Partial Navigation by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.