diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2018-03-07 05:02:01 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-07 05:02:01 +0300 |
commit | db3ae5f053f73c588b6c46e48af1fe0dc777ee7f (patch) | |
tree | 3bb95175448c096bf360fd1115619d79d28f5f3b /README.md | |
parent | b8a68dd4a88cc0454ed1e385765d368e7fb50429 (diff) | |
parent | f17a715610246cb4abe965b2e479ee168c800ad6 (diff) |
Merge pull request #740 from ionsquare/master
Fix vi-mode and support hiding segment when in insert mode
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -639,6 +639,8 @@ you are using the [ZSH Line Editor](http://zsh.sourceforge.net/Doc/Release/Zsh-L |`POWERLEVEL9K_VI_INSERT_MODE_STRING`|`"INSERT"`|String to display while in 'Insert' mode.| |`POWERLEVEL9K_VI_COMMAND_MODE_STRING`|`"NORMAL"`|String to display while in 'Command' mode.| +To hide the segment entirely when in `INSERT` mode, set `POWERLEVEL9K_VI_INSERT_MODE_STRING=''` + #### Unit Test Ratios The `symfony2_tests` and `rspec_stats` segments both show a ratio of "real" |