Ryan Rueger

ryan@rueg.re / picture / key / home
aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorrrueger <rrueger@ethz.ch>2019-12-24 00:39:53 +0100
committerrrueger <rrueger@ethz.ch>2019-12-24 00:39:53 +0100
commitb5c0e598747e0fcc5543487729fef377ac779a2a (patch)
treebc67a5f1bce063ff34fc17c6d902225dc6628cd3 /README.md
downloadstatusryne-b5c0e598747e0fcc5543487729fef377ac779a2a.tar.gz
statusryne-b5c0e598747e0fcc5543487729fef377ac779a2a.tar.bz2
statusryne-b5c0e598747e0fcc5543487729fef377ac779a2a.zip
Initial commit.
Diffstat (limited to 'README.md')
-rw-r--r--README.md37
1 files changed, 37 insertions, 0 deletions
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.