Skip to content

ongaeshi/jump-to-line

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

jump-to-line.el

Jump to line number at point. Back to position before the jump.

Examples of jump

/path/to/a.txt:5 ; Jump to /path/to/a.txt, line 5 (Ruby style)
../a.txt:5       ; Relative path
a.txt            ; Only filename
a.txt(1,2)       ; C# style
a.txt, line 1    ; Python
a.txt line 1     ; Perl

Install

melpa

Comming soon.

auto-install

(auto-install-from-url "https://raw.github.com/ongaeshi/jump-to-line/master/jump-to-line.el")

Initial setting

(require 'jump-to-line)
(global-set-key (kbd "C-c C-j") 'jump-to-line) ; Jump
(global-set-key (kbd "C-c b")   'jtl-back)     ; Back

Lisence

GPLv3


Copyright (C) 2013 ongaeshi <ongaeshi0621@gmail.com>

About

Jump to line number at point.

Resources

Stars

Watchers

Forks

Packages

No packages published