Skip to content

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