|
1 | 1 | *session.txt* Extended session management for Vim
|
2 | 2 |
|
| 3 | +=============================================================================== |
| 4 | + *session-contents* |
| 5 | +Contents ~ |
| 6 | + |
| 7 | + 1. Introduction |session-introduction| |
| 8 | + 2. Installation |session-installation| |
| 9 | + 3. Commands |session-commands| |
| 10 | + 1. The |:SaveSession| command |
| 11 | + 2. The |:OpenSession| command |
| 12 | + 3. The |:RestartVim| command |
| 13 | + 4. The |:CloseSession| command |
| 14 | + 5. The |:DeleteSession| command |
| 15 | + 6. The |:ViewSession| command |
| 16 | + 4. Options |session-options| |
| 17 | + 1. The |sessionoptions| setting |
| 18 | + 2. The |g:session_directory| option |
| 19 | + 3. The |g:session_autoload| option |
| 20 | + 4. The |g:session_autosave| option |
| 21 | + 5. The |g:session_default_to_last| option |
| 22 | + 6. The |g:session_persist_globals| option |
| 23 | + 7. The |g:session_restart_environment| option |
| 24 | + 8. The |g:session_command_aliases| option |
| 25 | + 9. The |g:loaded_session| option |
| 26 | + 5. Compatibility with other plug-ins |session-compatibility-with-other-plug-ins| |
| 27 | + 6. Known issues |session-known-issues| |
| 28 | + 7. Contact |session-contact| |
| 29 | + 8. License |session-license| |
| 30 | + 9. Sample session script |sample-session-script| |
| 31 | + |
| 32 | +=============================================================================== |
| 33 | + *session-introduction* |
| 34 | +Introduction ~ |
| 35 | + |
3 | 36 | The 'session.vim' plug-in improves upon Vim's built-in |:mksession| command by
|
4 | 37 | enabling you to easily and (if you want) automatically persist and restore
|
5 | 38 | your Vim editing sessions. It works by generating a Vim |script| that restores
|
@@ -322,8 +355,8 @@ If you like the script please vote for it on Vim Online [11].
|
322 | 355 | *session-license*
|
323 | 356 | License ~
|
324 | 357 |
|
325 |
| -This software is licensed under the MIT license [12]. Copyright 2011 Peter |
326 |
| -Odding <peter@peterodding.com>. |
| 358 | +This software is licensed under the MIT license [12]. Š 2013 Peter Odding |
| 359 | +<peter@peterodding.com>. |
327 | 360 |
|
328 | 361 | ===============================================================================
|
329 | 362 | *sample-session-script*
|
|
0 commit comments