Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.
/ kak-fetch Public archive

Jump to line and column when opening files.

License

Notifications You must be signed in to change notification settings

mmlb/kak-fetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

kak-fetch

Like vim-fetch, but for kakoune. Understands different schemes used to indicate file, line, column and jumps to the line+column of the file.

Currently known schemes

trailing colon

$file:lnum[:[colnum[:]]]

trailing parentheses

$file(lnum[:colnum])

trailing equals

$file=lnum=

trailing dash

$file-lnum-

Plan 9 type line spec

$file[:]#lnum