Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Refresh remote directory in Emacs Tramp Mode

Tags:

emacs

ssh

tramp

ido

I've been using Tramp mode on my Emacs to edit files remotely. I'm also using ido mode. When I add a new file in the same directory of a file I opened using Tramp, I couldn't get Tramp to find the new file(with C-x C-f). Is there a way to refresh Tramp?

like image 361
liangzan Avatar asked Nov 21 '12 10:11

liangzan


1 Answers

Your question is about ido-mode used with tramp. To refresh ido auto-complete while in the process of finding a file, you can press C-l ido-reread-directory.

like image 115
killdash9 Avatar answered Sep 27 '22 21:09

killdash9