From b5c0e598747e0fcc5543487729fef377ac779a2a Mon Sep 17 00:00:00 2001 From: rrueger Date: Tue, 24 Dec 2019 00:39:53 +0100 Subject: Initial commit. --- README.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..058c358 --- /dev/null +++ b/README.md @@ -0,0 +1,37 @@ +## Statusryne + +This is a fairly simple satusline and tabline plugin for vim. + +#### Satusline + +![Preview of long normal mode](screenshots/statusryne.png) +![Preview of short normal mode git](screenshots/statusryne-git.png) +![Preview of short normal mode](screenshots/statusryne-short.png) +![Preview of short insert mode](screenshots/statusryne-insert.png) +![Preview of short visual mode](screenshots/statusryne-visual.png) + +Left side: Mode, filename, git branch, git additions and deletions. + +Right side: Word count, character count, file size (as reported by `du`), +spelling language, filetype, percentage through file in lines, line count/ total +line count, cursor column line. + +Features: + +* *(Filename set dynamically)* Depending on the size available in the terminal, + first the full path of the file is displayed, else a shortened path is + displayed, else only the basename is shown. + +* *(Colour indicator)* Automatic mode dependent colour switching. + +* *(Git information)* Display git branch with insertions and deletions + +#### Tabline + +![Preview of tabline](screenshots/statusryne-tabline.png) +![Preview of tabline](screenshots/statusryne-tabline-widths.png) + +Features: + +* *(Equal spacing)* Tab widths are set to equal lengths whenever a new buffer is + opened. -- cgit v1.2.3-70-g09d2