7v0lk0v / kak-fetch

Jump to line and column when opening files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Jump to line and column when opening files.

License:GNU Affero General Public License v3.0


Languages

Language:KakouneScript 100.0%