Also modify ….visual_range segment’s symbols in other unicode themes

This commit is contained in:
Foo 2016-10-29 15:41:12 +03:00
parent 373952684a
commit 23f663f228
3 changed files with 11 additions and 11 deletions

View File

@ -131,10 +131,10 @@
},
"powerline.segments.vim.visual_range": {
"args": {
"CTRL_V_text": "{rows} × {vcols}",
"v_text_oneline": "C:{vcols}",
"v_text_multiline": "L:{rows}",
"V_text": "L:{rows}"
"CTRL_V_text": "↕{rows} ↔{vcols}",
"v_text_oneline": "{vcols}",
"v_text_multiline": "{rows}",
"V_text": "{rows}"
}
},
"powerline.segments.vim.readonly_indicator": {

View File

@ -117,10 +117,10 @@
},
"powerline.segments.vim.visual_range": {
"args": {
"CTRL_V_text": "{rows} × {vcols}",
"v_text_oneline": "C:{vcols}",
"v_text_multiline": "L:{rows}",
"V_text": "L:{rows}"
"CTRL_V_text": "↕{rows} ↔{vcols}",
"v_text_oneline": "{vcols}",
"v_text_multiline": "{rows}",
"V_text": "{rows}"
}
},
"powerline.segments.vim.readonly_indicator": {

View File

@ -119,9 +119,9 @@
"powerline.segments.vim.visual_range": {
"args": {
"CTRL_V_text": "{rows}×{vcols}",
"v_text_oneline": "C:{vcols}",
"v_text_multiline": "L:{rows}",
"V_text": "L:{rows}"
"v_text_oneline": "{vcols}",
"v_text_multiline": "{rows}",
"V_text": "{rows}"
}
},
"powerline.segments.vim.readonly_indicator": {