diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2015-09-20 02:30:37 +0300 |
---|---|---|
committer | Ben Hilburn <bhilburn@gmail.com> | 2015-09-20 02:30:37 +0300 |
commit | 6deb3fe0946bbe7a7ae76b8e3357bdf536f84027 (patch) | |
tree | 09e1449db9ef6578a41d6c08ea44cdbb53d42649 /README.md | |
parent | bba9fb79934615411ee95b8374a2d5b11a75fb66 (diff) | |
parent | 665ed59e6a52af358548539b3e2aacd9e1daa120 (diff) |
Merge pull request #98 from christian-schulze/vi-mode-segment
Add vi-mode segment
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -233,6 +233,7 @@ currently available are: * **aws** - The current AWS profile, if active (more info below) * **context** - Your username and host (more info below) +* **vi_mode** - Vi editing mode (NORMAL|INSERT). * **dir** - Your current working directory. * **history** - The command number for the current line. * **ip** - Shows the current IP address. |