andreycizov / idea-partialnav

Allow PageUp and PageDown to only scroll a partial part of the screen
Apache License 2.0
6 stars 7 forks source link

Partial Navigation

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

Installation

The plugin is now in IntelliJ IDEA plugin repository.

  1. Go to Settings/Plugins.
  2. Search for "Partial Navigation".

Installation from last source

  1. Download the latest .jar from the releases section.
  2. Use the steps from "Install plugin from disk" section here:
    • In the Settings/Preferences dialog (Ctrl+Alt+S), select Plugins.
    • In the Plugins dialog, click The cogwheel icon and then click Install Plugin from Disk.
    • Select the plugin archive file and click OK.
    • Click OK to apply the changes and restart the IDE if prompted.

Configuration

To reconfigure keyboard shortcuts to use actions from this plugin:

License

Partial Navigation is licensed under either of

at your option.

Contribution

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.