Have you look SpeedBar? It opens new frame that show files in the current folder. Also SrSpeedBar provides same functionality in the current frame.
dired-mode: используйте modeline для имени пути
Я хотел бы держать открытыми как высокую панель, горизонтально отделенную от других моих окон (как в TextMate). Как я могу переместить имя пути dired в его модельную линию?
2 ответа на вопрос
Consider hiding the details instead of moving the header line (directory name) to the mode line.
In development builds of Emacs 24 (which will become 24.4), just hit
(
(left paren character) to toggle hiding details.In all versions of Emacs you can alternatively use libraries
dired-details.el
anddired-details+.el
, available on EmacsWiki. A description is here.
The directory header line is important in Dired; it is not just a label. It becomes especially important when you insert subdirectory listings in the same Dired buffer: you can easily navigate among the main directory and subdirectories.
If you do decide to opt for hiding details, consider also using library fit-frame.el
and perhaps its companion library autofit-frame.el
.
They let you automatically fit the frame to the displayed buffer, and they automatically ignore the width of the directory header when doing so (it is just wrapped; only file names are used for calculating the needed frame width). They can be used to automatically refit the frame whenever you toggle hiding details.
When details are hidden this gives you a skinny frame, with the advantages of both Speedbar and Dired.
Похожие вопросы
-
4
Текст в котельной с Emacs Gnus
-
3
Как сделать символы Unicode видимыми в Emacs?
-
2
Почему я не могу использовать свой собственный ftp.exe?
-
-
2
Mac OS X, Emacs и клавиатура Windows - переназначение клавиш
-
3
Почему M-RET становится CMj
-
2
Как изменить шрифт в Emacs для Windows?
-
2
Как я могу различить различные пакеты Emacs в Ubuntu?
-
1
Начальные размеры Aquamacs
-
5
Есть ли * хороший * HTML-режим для emacs?
-
4
Особенности Emacs, которые дополняют Vim?