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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mmlb authored May 13, 2021
1 parent 25aefc5 commit 3e40448
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,26 @@
# kak-fetch

Like [vim-fetch](https://github.com/wsdjeg/vim-fetch), but for [kakoune](https://kakoune.org).
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`

0 comments on commit 3e40448

Please sign in to comment.