Any way to have helm-find-files only show file names? (and not the entire path)
212 views
Skip to first unread message
Ribonous
unread,
Mar 1, 2013, 4:42:01 PM3/1/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to emacs...@googlegroups.com
helm-find-files shows a list of files with the full path of each file. If I am deep down in a directory, the list can be hard to read. Is there any way to see this list without the full paths behind the file names? (I can always read the path where I am currently in the mini-buffer)
Thanks!
~James
Thierry Volpiatto
unread,
Mar 1, 2013, 4:53:50 PM3/1/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ribonous, emacs...@googlegroups.com
(setq helm-ff-transformer-show-only-basename t)
And during your helm-find-files session, hit `C-]' to toggle full path.
--
Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997
Ribonous
unread,
Mar 1, 2013, 5:22:06 PM3/1/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to emacs...@googlegroups.com, Ribonous
Thanks!
~James
Thierry Volpiatto
unread,
Mar 2, 2013, 11:52:53 AM3/2/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message