diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2015-10-16 21:16:31 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2015-10-16 21:16:31 +0300 |
commit | 86b460f06bfb01f782026af806c2dc68f8925621 (patch) | |
tree | e52667819d2614560f5a545e9f5241475d3e43e4 /README.md | |
parent | 62dee9824b6de724b4fa0d2b43c30fa194eb9280 (diff) |
vi_mode segement more customizable.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -231,6 +231,12 @@ VI-Mode, you need to configure it separately in your `~/.zshrc`: # make it more responsive export KEYTIMEOUT=1 +If you want to display another string than "NORMAL" or "INSERT" in command or +insert-mode, you can do that by setting environment variables like: + + POWERLEVEL9K_VI_INSERT_MODE_STRING="INS" + POWERLEVEL9K_VI_COMMAND_MODE_STRING="CMD" + #### Unit Test Ratios The `symfony2_tests` and `rspec_stats` segments both show a ratio of "real" |