diff options
Diffstat (limited to 'doc/vim-recently-used.txt')
-rw-r--r-- | doc/vim-recently-used.txt | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/doc/vim-recently-used.txt b/doc/vim-recently-used.txt deleted file mode 100644 index f8cb8d6..0000000 --- a/doc/vim-recently-used.txt +++ /dev/null | |||
@@ -1,22 +0,0 @@ | |||
1 | *vim-fancy-line.txt* A plugin to make the status and tab line look nicer | ||
2 | |||
3 | ============================================================================== | ||
4 | USAGE INSTRUCTIONS *vim-recently-used-usage* | ||
5 | |||
6 | |||
7 | While this plugin does not have any configuration options in Vim right now, | ||
8 | it is necessary to configure the operating system to get the best use out | ||
9 | of it. It is recommend to install powerline-console-fonts and set them in | ||
10 | `/etc/vconsole.conf` so that the linux terminal displays the bars correctly. | ||
11 | |||
12 | |||
13 | CONSOLE FONTS | ||
14 | |||
15 | To test ca console font try this (it will not survive a reboot as long | ||
16 | as it is not copied to vconsole.conf): | ||
17 | |||
18 | $ setfont /usr/share/kbd/consolefont/ter-powerline-v16n.psf.gz | ||
19 | $ showconsolefont | ||
20 | |||
21 | |||
22 | vim:tw=78:ts=8:ft=help:norl: | ||