Skip to content

akicho8/file-history

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

File buffer history selector

Example:

(require 'file-history)
(global-set-key (kbd "C-t") 'file-history)

type C-t:

No Filename Path
== ======== =================================
 1 a.rb     /Users/foo/bin/
 2 b.el     /Users/foo/.emacs.d/
 3 c.el     /Users/foo/.emacs.d/
 4 d.el     /Users/foo/.emacs.d/file-history/
  • type RET: switch to “1 a.rb”
  • type C-t: switch to “2 b.el”
  • type n n RET: switch to “3 c.el”

About

File buffer history selector (for emacs)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published