mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 05:12:56 +00:00
fix: recent file lookup with wrong stat
This commit is contained in:
parent
682acdc8ae
commit
9aad4efd27
@ -1,4 +1,4 @@
|
|||||||
set vimfile (fd -t f --exec stat -f "%m%t%N" | sort -nr | cut -f2 | fzf)
|
set vimfile (fd -t f --exec /usr/bin/stat -f "%m%t%N" | sort -nr | cut -f2 | fzf)
|
||||||
and set vimfile (echo $vimfile | tr -d '\r')
|
and set vimfile (echo $vimfile | tr -d '\r')
|
||||||
and commandline -r "vim $vimfile"
|
and commandline -r "vim $vimfile"
|
||||||
and commandline -f execute
|
and commandline -f execute
|
||||||
|
Loading…
Reference in New Issue
Block a user