From 74a5d1278500f1d28fbcd88c627ed953aa5e4529 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Tue, 30 Apr 2013 00:40:58 +0200 Subject: [PATCH] 'e' -> empty, 'i' -> empty + insert mode --- README.md | 3 ++- doc/startify.txt | 3 ++- plugin/startify.vim | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6a7c083..d449971 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/doc/startify.txt b/doc/startify.txt index 2323dbe..dc2f783 100644 --- a/doc/startify.txt +++ b/doc/startify.txt @@ -54,7 +54,8 @@ Startify basically provides two things: 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: diff --git a/plugin/startify.vim b/plugin/startify.vim index 4717cb1..e261bd7 100644 --- a/plugin/startify.vim +++ b/plugin/startify.vim @@ -100,7 +100,7 @@ function! s:insane_in_the_membrane() abort setlocal nomodifiable nomodified nnoremap e :enew - nnoremap i :enew + nnoremap i :enew startinsert nnoremap :normal nnoremap <2-LeftMouse> :execute 'normal '. matchstr(getline('.'), '\w\+') nnoremap q