Questions tagged [vifm]
Vifm is a ncurses based file manager with vi like keybindings
21 questions
2
votes
1
answer
93
views
Why does `bind -x` with Ctrl+O stop working after dropping to shell from `vifm` in Kitty terminal?
bind -x '"\C-o":vifm'
This opens vifm but then when I drop down to the shell by pressing o on my keyboard triggering nnoremap o :shell<CR>, I am not able to use the ctrl + o keyboard ...
1
vote
1
answer
161
views
Working with variables in custom commands in vifm (file manager)
In the vifm help, I found how to declare and use variables (options)
:let &[l:|g:]opt = <expr>
sets option value.
...
option *vifm-expr-option*
---...
1
vote
1
answer
366
views
set bookmark with environment variable in vifm
In the vifmrc I tried to set a bookmark like
bmark! $home/tmp tmp
... but that doesnt seem to work.
What I get is a bookmark with the path /location_where_i_was_when_setting_the_bookmark/$home/tmp or ...
1
vote
0
answers
316
views
How I can use STFP share with Vifm on WINDOWS 10?
I want to mount SFTP share to my computer and use it with Vifm.
I tried with sshfs-win, but it is not stable.
2
votes
0
answers
103
views
how to copy any file through the terminal and paste it out (X11),
I would like to copy any file (audio, video, text, image) through the terminal and paste it in the browser. like ctr + c and ctrl + v.
1
vote
1
answer
368
views
Shell command output in statusline: Functions and macros
I wanted to put the selected file owner and current directory permissions (in the form drwxrwxrwx) in the form Owner:{owner}|Updir:{perms}.
It turned out to be tricky, involving macros and internal ...
1
vote
2
answers
873
views
VIFM - directories of the two windows at startup
I use VIFM in MS-Windows 10. Right now when I start VIFM, it opens up the VIFM install directory; something like C:/ProgramFilesMy/vifm-w64-se-0.10.1-binary in both the windows. But I would like VIFM ...
1
vote
1
answer
84
views
Execute batch files in MS-Windows
I use VIFM from MS-Windows. How do I execute batch (.bat) files from VIFM?
1
vote
1
answer
422
views
Show line numbers in View mode
I've found that vifm's number option sets line numbers for the file list. I'd like to instead show line numbers for the preview window when it is visible (:view). How can this be done?
2
votes
2
answers
517
views
Replacing characters in powershell without use of quotes
This situation has come about through limitations in vifm (a vim-based file browser), but the question is really about the windows command line and powershell.
In vifm I have implemented the ...
1
vote
1
answer
337
views
Keep selection when moving between directories in vifm
By default, t is used to add files or directories to a selection in vifm. The selected items can then be used as parameters to filesystem operations (copy, delete, link, move, ..).
Is it possible to ...
0
votes
1
answer
432
views
yank full filename to clipboard
hi i am using vifm on windows and really liking it. I have put this on vifmrc file to yank full filename to clipboard -
nnoremap yf :!echo %d\%c%i| clip<cr>
It works fine, but if the filename ...
8
votes
2
answers
3k
views
How to sort files in vifm by time?
Is there any way to sort the files in vifm by time?
Like ls -t in bash?
I need to copy the last 4 downloaded files in vifm. Therefore I need to find a way to sort.
1
vote
1
answer
254
views
vifm: Windows-formatted filename from %c macro
I'm trying to set up a mapping to open a file with the OS-default application. I don't want to use the filetype command in my vifmrc, as explained here, because I want l and Enter to still open the ...
2
votes
0
answers
474
views
Cannot run Vifm on Windows 10 x64
I am trying to run Vifm on my windows 10 x64.
I downloaded vifm-w64-se-0.8-binary file from sourceforge and tried to run vifm.exe from command prompt. This gives me the following error -
LINES value ...