Vifm: Difference between revisions

From wikinotes
(Created page with "Vifm is a terminal file manager like mc, but with vim keybindings, split features and more. It is very excellent. {| class="wikitable" | hjkl || vim style navigation |- |...")
 
No edit summary
 
Line 1: Line 1:
Vifm is a terminal file manager like mc, but with vim keybindings, split features and more.
A terminal file manager with vim keybindings, splits etc.<br>
It is very excellent.
Similar to [[ranger]] and [[nnn]].


= Documentation =
<blockquote>
{| class="wikitable"
{| class="wikitable"
| hjkl || vim style navigation
|-
|-
| e || preview file in current pane
| github || https://github.com/vifm/vifm
|-
|-
| s || open shell in current directory
|}
</blockquote><!-- Documentation -->
 
= Install =
<blockquote>
<syntaxhighlight lang="bash">
pacman -S vifm
</syntaxhighlight>
</blockquote><!-- Install -->
 
= Keybindings =
<blockquote>
{| class="wikitable"
| hjkl          || vim style navigation
|-
|-
| <prefix>-o || maximize pane
| e              || preview file in current pane
|-
|-
| :split/:vsplit ||  
| s              || open shell in current directory
|-
|-
| Space, Tab || switch panes
| <prefix>-o    || maximize pane
|-
|-
| Ctrl+w || prefix
| :split/:vsplit ||
|-
|-
| =word || regex filter selection
| Space, Tab    || switch panes
|-
|-
| /word || search
| Ctrl+w        || prefix
|-
| =word          || regex filter selection
|-
| /word         || search
|}
|}
<syntaxhighlight lang="bash">
</blockquote><!-- Keybindings -->
sudo pacman -S vifm
</syntaxhighlight>

Latest revision as of 16:05, 6 June 2022

A terminal file manager with vim keybindings, splits etc.
Similar to ranger and nnn.

Documentation

github https://github.com/vifm/vifm

Install

pacman -S vifm

Keybindings

hjkl vim style navigation
e preview file in current pane
s open shell in current directory
<prefix>-o maximize pane
:split/:vsplit
Space, Tab switch panes
Ctrl+w prefix
=word regex filter selection
/word search