From 72a413e60c101e71f26ef2e3cf42d662fe730aae Mon Sep 17 00:00:00 2001 From: itchyny Date: Sun, 27 Jul 2014 11:12:08 +0900 Subject: [PATCH] move the noshowmode section (ref #74) --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1802f99..e296709 100644 --- a/README.md +++ b/README.md @@ -255,6 +255,12 @@ If you are using iTerm2, change the following settings of iTerm2: For other terminals, this weird-triangle problem will be resolved by disabling transparency or contrast adjustment. +If you want to get rid of the extraneous default vim mode information that is now provided by lightline: +![lightline.vim - showmode](https://raw.githubusercontent.com/wiki/itchyny/lightline.vim/image/showmode.png) +```vim +set noshowmode +``` + Now, let us get back to the tutorial (with the patched font for vim-powerline). You look into a help file to find the marks annoying. @@ -523,12 +529,6 @@ let g:lightline = { \ 'my_component': 'MyComponent', ... ``` -If you want to get rid of the extraneous default vim mode information that is now provided by lightline: -![lightline.vim - showmode](https://raw.githubusercontent.com/wiki/itchyny/lightline.vim/image/showmode.png) -```vim -set noshowmode -``` - This is the end of the tutorial. For more information, see `:help lightline`. Good luck with your nice statuslines. ### My settings