Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lcaballero/emacs-nav
Automatically exported from code.google.com/p/emacs-nav
https://github.com/lcaballero/emacs-nav
Last synced: 23 days ago
JSON representation
Automatically exported from code.google.com/p/emacs-nav
- Host: GitHub
- URL: https://github.com/lcaballero/emacs-nav
- Owner: lcaballero
- License: gpl-3.0
- Created: 2015-10-07T16:12:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-07T16:14:38.000Z (about 9 years ago)
- Last Synced: 2024-04-14T19:27:32.093Z (9 months ago)
- Language: Perl
- Size: 324 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
README
emacs-nav: simple file-system navigation
========================================Nav is a lightweight solution for Emacs users who want something like
TextMate's file browser, or the Eclipse project view. Unlike these
two, Nav only shows the contents of a single directory at a time. Nav
can be run painlessly in terminals, where Speedbar either fails on its
attempt to make a new frame or is hidden. Nav's terminal-friendliness
comes from running in the frame where it was started, keeping window
management simple. The Nav key bindings are also simple -- each
key command is a single keystroke long.# Install
Put something like this in your ~/.emacs:(add-to-list 'load-path "/directory/containing/nav/")
(require 'nav)
(nav-disable-overeager-window-splitting)
;; Optional: set up a quick key to toggle nav
;; (global-set-key [f8] 'nav-toggle)# Navigate!
Type M-x nav to start navigating.In the nav window, hit ? to get help on keyboard shortcuts.
To set options for Nav, type M-x customize, then select Applications,
Nav.