EricCrosson / dired-smart-jump

DWIM movement-commands for Emacs dired buffers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dired-smart-jump Build Status Version

DWIM movement-commands for dired buffers in GNU Emacs

Install

With Quelpa

;; Ensure `dired` has been loaded
(use-package dired-smart-jump
  :quelpa (dired-smart-jump
           :fetcher github
           :repo "ericcrosson/dired-smart-jump"))

Or manually, after downloading into your load-path

(require 'dired-smart-jump)

Use

This package remaps the beginning-of-buffer and end-of-buffer keybindings in dired-mode-map to functions that place point at the first file in the buffer and the last file in the buffer, respectively.

Example

Example

Related

License

GPL 2 (or higher) © Free Software Foundation, Inc.

About

DWIM movement-commands for Emacs dired buffers

License:GNU General Public License v2.0


Languages

Language:Emacs Lisp 95.7%Language:Makefile 4.3%