From 22b269a50dcc591eee83bb6d6d0d6dce0641329c Mon Sep 17 00:00:00 2001 From: itchyny Date: Thu, 13 Nov 2014 07:34:16 +0900 Subject: [PATCH] add cool characters section in README (fix #84) --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index e296709..85be686 100644 --- a/README.md +++ b/README.md @@ -531,6 +531,18 @@ let g:lightline = { This is the end of the tutorial. For more information, see `:help lightline`. Good luck with your nice statuslines. +### Cool characters for the patched fonts + +Symbol | Default | powerline | vim-powerline +------------------ | ------- | ------------- | ------------- +separator.left | '' | '' (\ue0b0) | '⮀' (\u2b80) +separator.right | '' | '' (\ue0b2) | '⮂' (\u2b82) +subseparator.left | '|' | '' (\ue0b1) | '⮁' (\u2b81) +subseparator.right | '|' | '' (\ue0b4) | '⮃' (\u2b83) +branch symbol | -- | '' (\ue0a0) | '⭠' (\u2b60) +readonly symbol | -- | '' (\ue0a2) | '⭤' (\u2b64) +linecolumn symbol | -- | '' (\ue0a1) | '⭡' (\u2b81) + ### My settings I show my settings. I use the patched font for vim-powerline. ```vim