From 1634224b35060407eaadb61c20259325d380eb17 Mon Sep 17 00:00:00 2001 From: Reed Esau Date: Sun, 31 Aug 2014 22:27:48 -0600 Subject: [PATCH] Additional indicator tweaking for #6 --- README.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index df952fa..b68950b 100644 --- a/README.markdown +++ b/README.markdown @@ -26,7 +26,8 @@ smooth the path to writing prose. preserves your global settings) * Support for Vim’s Conceal feature to hide markup defined by Syntax plugins (e.g., `_` and `*` markup for styled text in \_*Markdown*\_) -* Support for display of mode indicator (`✎ h`, e.g.) in the status line +* Support for display of mode indicator (`✐ hard` or `✎ soft`, e.g.) in + the status line * Pure Vimscript with no dependencies Need spell-check and other features? Vim is about customization. To @@ -266,9 +267,8 @@ terminal to support **bold** and _italic_ styles. ### Status line indicator Your status line can reflect the wrap mode for _pencil_ buffers. For -example, `✎ h` to represent `HardPencil` (hard line break) mode. - -To configure your status line, add to your `.vimrc`: +example, `✐ hard` to represent `HardPencil` (hard line break) mode. To +configure your status line, add to your `.vimrc`: ```vim set statusline=%<%f\ %{PencilMode()}\ %P