'e' -> empty, 'i' -> empty + insert mode
This commit is contained in:
parent
4533f7f7e4
commit
74a5d12785
3 changed files with 5 additions and 3 deletions
|
@ -19,7 +19,8 @@ _1)_ If you start Vim without giving any filenames to it (or pipe stuff to it so
|
|||
|
||||
You can reopen the screen via :Startify.
|
||||
|
||||
If you want to open an empty buffer, hit either 'e' or 'i'. Quit via 'q'.
|
||||
Moreover, 'e' creates an empty buffer, 'i' creates an empty buffers and
|
||||
jumps into insert mode, 'q' quits.
|
||||
|
||||
_2)_ It eases handling of loading and saving sessions by only working with a
|
||||
certain directory. Two commands are used for convenience:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue