Difference between revisions of "Package:Vifm"

From Funtoo
Jump to navigation Jump to search
(color themes)
Line 6: Line 6:
}}
}}
Vifm is an ncurses based file manager with vi like keybindings/modes/options/commands/configuration, which also borrows some useful ideas from mutt.
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 [https://github.com/vifm/vifm-colors 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:
<console>
$ ##i## wget -P ~/.vifm/colors https://raw.githubusercontent.com/vifm/vifm-colors/master/solarized-dark
</console>
If you prefer to download all themes you could clone the entire repository, and stay up to date.
<console>
$ ##i## rm -rf ~/.vifm/colors
$ ##i## git clone https://github.com/vifm/vifm-colors ~/.vifm/colors
</console>
To check for updates just type
<console>
$ ##i## cd ~/.vifm/colors.
$ ##i## git pull
</console>


== USE-Flags ==
== USE-Flags ==

Revision as of 15:09, September 30, 2014

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