powerline
Here are 206 public repositories matching this topic...
Neither here nor powerline/fonts has any documentation of what codepoints are supposed to be provided with which glyphs by fonts. This makes it virtually impossible for font authors to add support.
Also, I’ve seen you use the PUA. Please register your codepoints with http://www.evertype.com/standards/csur/ so they don’t overlap with any other CSUR PUA assignments. (It’s easy, I got a couple ass
Change the default username color to something like blue (via variable, so it's changeable). Then, when user su's to root or logs in as root, change username color to RED. This would be a good visual warning that you might be doing something with root privs by mistake ...
So the _username function would check the euid, and if 0 set color to RED
On the default settings, each segment is padded on either end by a space " ". This adds visual appeal and clarity. On the other hand, it adds two characters per segment. It'd be nice to customize this option for users who want powerline to span fewer characters.
Would a left_pad and right_pad option be useful?
(PS. This project is awesome. Thanks!)
words can not be shown complete, origin words are followed:
OS: Debian 3.16.43-2+deb8u3 (2017-08-15) x86_64 GNU/Linux
Vim : VIM - Vi IMproved 7.4
how to fix this bug
-
Updated
Jun 9, 2020 - PowerShell
-
Updated
Apr 24, 2018 - Shell
Man page
Hey your project is very cool but it seems there is no man page for it . The description with -help is very good, could you provide this as a man page :)
-
Updated
May 23, 2020 - Shell
-
Updated
Mar 18, 2020 - Shell
-
Updated
Aug 18, 2019 - PostScript
-
Updated
Apr 26, 2020 - PowerShell
This SO answer explains why OSX (and others) always output a set number of spaces from wc. As a result, git_module on OSX is almost unusable as-is, as the line contains many unnecessary spaces.
Proposal:
Pipe the output of every wc command to sed 's/^ *//' in order to ensure spaces are trimmed.
-
Updated
Apr 25, 2020 - Vim script
-
Updated
Dec 19, 2019 - HTML
Describe the bug
Whatever I set settings_git_max_length to, I always get a 10 char long branch name in the git segment, if my branch name is >30 chars. This appears to be caused by this code:
if [[ $(( ${#git_head} + ${#git_state} )) -gt "$settings_git_max_length" ]]; then
git_head="${git_head:0:10}.."
fiIf I print out $settings_git_max_length inside git.bash, it
From https://underscore.io/blog/posts/2015/11/09/sbt-commands.html#latest-dependencies
Ivy dependencies allow you to select “latest.integration” as the revision number:
addSbtPlugin("org.ensime" % "ensime-sbt" % "latest.integration")
This will give you the latest and greatest version. Use it for global plugins (see below) for you development environment. Avoid it for core build dependenci
-
Updated
Nov 2, 2018 - Shell
-
Updated
Feb 1, 2019 - PowerShell
-
Updated
Jan 17, 2020 - Perl
-
Updated
Dec 5, 2019 - Shell
Update Development section with:
- Small style guide
- How to create test for your segments
- Internal symbols that might be modified by a theme
Improve this page
Add a description, image, and links to the powerline topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the powerline topic, visit your repo's landing page and select "manage topics."


and
I'm using termite and
Ubuntu Nerd Font Mono:style=Book(first screenshot)andUbuntu Nerd Font:style=Book, Xterm and other terminal also has same issue...I know I just ch