diff options
Diffstat (limited to 'doc/keep_position.txt')
-rw-r--r-- | doc/keep_position.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/keep_position.txt b/doc/keep_position.txt new file mode 100644 index 0000000..6f1d516 --- /dev/null +++ b/doc/keep_position.txt @@ -0,0 +1,28 @@ +*keep_position.txt* For Vim version 7.0 Last change: 2019 Jun 3 + +DESCRIPTION *keep_position* + +This tiny plugin provides a command prefix to run commands without moving the +cursor or window view around. It does this by saving the window view before +running the command, and then restoring it afterwards. + +REQUIREMENTS *keep_position-requirements* + +This plugin only loads if 'compatible' is not set. It also requires the +|+user_commands| feature. + +COMMANDS *keep_position-commands* + + *:KeepPosition* +Run the given command while preserving the cursor position and window view. +Works rather like |:keepalt| or |:keepjumps|. + +AUTHOR *keep_position-author* + +Written and maintained by Tom Ryder <tom@sanctum.geek.nz>. + +LICENSE *keep_position-license* + +Licensed for distribution under the same terms as Vim itself (see |license|). + + vim:tw=78:ts=8:ft=help:norl: |