From 6c107a31ace12fb2fac9cb41c4aac20d632e67dc Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 3 Jun 2019 22:46:23 +1200 Subject: Add comments and documentation --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..26b5d86 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +keep\_position.vim +================== + +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. + +License +------- + +Copyright (c) [Tom Ryder][1]. Distributed under the same terms as Vim itself. +See `:help license`. + +[1]: https://sanctum.geek.nz/ -- cgit v1.2.3