feature(delta): use WEBI_UA for curl.exe
[webi-installers/.git] / vim-lastplace / README.md
1 ---
2 title: vim-lastplace
3 homepage: https://github.com/farmergreg/vim-lastplace
4 tagline: |
5   vim-lastplace - Intelligently reopen files at your last edit position in Vim.
6 ---
7
8 To update (replacing the current version) run `webi vim-lastplace`.
9
10 ## Cheat Sheet
11
12 > `vim-lastplace` will resume your cursor to its last position when you re-open
13 > a file, including re-opening folds as needed.
14
15 Simply put: installing this plugin will cause your cursor to be put back where
16 you expect it when switching between files.
17
18 ### How to remove lastplace
19
20 ```vim
21 rm -rf ~/.vim/pack/plugins/start/vim-lastplace
22 ```
23
24 ### How to configure manually
25
26 See
27 <https://vim.fandom.com/wiki/Restore_cursor_to_file_position_in_previous_editing_session>
28 and <https://github.com/farmergreg/vim-lastplace>