Package:Vifm

From Funtoo
Revision as of 15:09, September 30, 2014 by Jubalh (talk | contribs) (color themes)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Vifm

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.

Vifm is an ncurses based file manager with vi like keybindings/modes/options/commands/configuration, which also borrows some useful ideas from mutt.

Color themes

There is seperate git repository containing a collection of color themes for vifm.

If you would like to just have one theme you could download it via wget like this:

user $  wget -P ~/.vifm/colors https://raw.githubusercontent.com/vifm/vifm-colors/master/solarized-dark

If you prefer to download all themes you could clone the entire repository, and stay up to date.

user $  rm -rf ~/.vifm/colors
user $  git clone https://github.com/vifm/vifm-colors ~/.vifm/colors

To check for updates just type

user $  cd ~/.vifm/colors.
user $  git pull

USE-Flags

  • X
  • extended-keys
  • gtk
  • magic
  • developer
  • vim
  • vim-syntax