Questions tagged [powerline]

Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome and Qtile.

Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome and Qtile.

Useful links

102 questions
3
votes
1 answer

Powerline - No such file or directory /scripts/powerline-config

i am using ubuntu 18. I am trying to add powerline to my oh-my-zsh terminal. I have installed powerline like so. pip3 install powerline-status Then i edit my ~/.zshrc file to include: .…
Kay
  • 17,906
  • 63
  • 162
  • 270
3
votes
1 answer

Powerline in tmux not displaying segments on left side of status bar

I want to use the powerline extension in tmux and vim. In vim it works pretty good, shows all segments and also the powerline-gitstatus (used to show more git infos than the common.vcs.branch segment), but in the tmux statusbar, it is not possible…
avermaet
  • 1,543
  • 12
  • 33
3
votes
0 answers

Powerline fonts not working with vim on archlinux

I get bad symbols in places $ pacman -Qqe | grep powerline powerline powerline-fonts powerline-vim $ pacman -Qqe | grep vim-airline vim-airline vim-airline-themes $ python --version …
Abhishek Bhatia
  • 9,404
  • 26
  • 87
  • 142
3
votes
2 answers

Powerline not work in vim

Ubuntu 16.04 installed sudo apt-get install powerline and added to .bashrc: # Powerline if [ -f /usr/share/powerline/bindings/bash/powerline.sh ]; then source /usr/share/powerline/bindings/bash/powerline.sh fi And added in ~/.vimrc the: "…
mCs
  • 2,591
  • 6
  • 39
  • 66
3
votes
0 answers

Can I use powerline without patched fonts?

As part of work, I frequently remote login to my workstation from a different laptop every week or so. Powerline works perfectly with the patched fonts on the workstation itself, but it looks and works horrible if I don't have the patched fonts. The…
Plasty Grove
  • 2,807
  • 5
  • 31
  • 42
3
votes
2 answers

Vim Powerline triangles are undersized

I've been trying a lot to fix it but always getting this in my terminal The triangles appearing at the status line are undersized and look a lot awkward. PS: My font preferences: Edit: I am using VIM - Vi IMproved 7.4 on Gnome Terminal 3.18.3…
Hritik
  • 673
  • 1
  • 6
  • 24
3
votes
1 answer

How to update macOS Python packages

I've been getting the following notice every time I fire up Terminal recently: /usr/local/lib/python3.5/site-packages/powerline/bindings/zsh/powerline.zsh:200: /usr/local/bin/powerline-config: bad interpreter: /usr/local/opt/python3/bin/python3.5:…
paanvaannd
  • 191
  • 3
  • 11
3
votes
1 answer

What does this icon mean in the Powerline shell git segment?

I recently switched from using Powerline only in Vim to also using it in zsh and tmux. Using the default configuration for everything so far. In the shell prompt for a git repo, can anyone explain what the information shown next to the branch name…
mikej
  • 65,295
  • 17
  • 152
  • 131
3
votes
2 answers

How to show all buffers in vim using powerline?

I want to show all buffers' names on statusline(I use powerline). And I hope current buffer can be highlighted, while others are not. When I use :bn or :bp it highlights the changed buffer. How can I make it?
pixiuwait
  • 33
  • 1
  • 4
3
votes
1 answer

How to extract specific segments from powerline?

Powerline (https://github.com/Lokaltog/powerline) is a generic installation for powerlines for shells, vim, tmux, etc. Once installed including the following the tmux config will generate the right side of the status line in the tmux: powerline tmux…
shoban
  • 650
  • 1
  • 9
  • 14
2
votes
1 answer

fonts-powerline apt packge conflict with `$_`

Whenever I run: mkdir smth && cd $_ I get: bash: cd: $'\E(B\E[m': No such file or directory I'm using a non-login shell:- mkdir smth && cd $_ # Outputs -> bash: cd: $'\E(B\E[m': No such file or directory type mkdir # mkdir is hashed…
Aybak3k
  • 196
  • 1
  • 11
2
votes
1 answer

Problem with ZSH arrows' colors in Visual Studio Code

I've tried installing oh-my-zsh on my Windows 10 machine recently and everything is looking alright inside Windows Terminal, ut when I try using it inside VSCode's integrated terminal, the colors are way off and the arrows' colors are different from…
Bazzofski
  • 23
  • 2
2
votes
1 answer

Powerline Expecting ',' delimiter: line 55 column 6 (char 4037) error

I'm using powerline, bash, and iterm2 on mac. I also installed gitstatus, but that didn't work when I installed it two days ago, and powerline worked just fine yesterday without gistatus functioning. Today, when I booted up the terminal, this error…
2
votes
1 answer

Extraneous blue glyph to left of prompt

I have a standard powerline10k install, recently updated config (this has been an issue for months though). In iTerm2, with recommended font, I get a small cyan triangle to the left of every prompt. It persists when the terminal window is cleared…
tilthouse
  • 425
  • 2
  • 10
2
votes
0 answers

Powerline with Vim with ImportError: can't find appropriate configuration

I've been trying to get powerline working for awhile and I can't seem to figure out what is wrong. I often use vim inside of tmux, but the error is the same inside of tmux and out. This is the error I get when I invoke vim: $ vim Error detected…
jlconlin
  • 14,206
  • 22
  • 72
  • 105