mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-09-01 06:41:30 +00:00
Dont actually need -- since kitty's option processing code is smart enough to stop looking for options after the first non-optional argument
This commit is contained in:
parent
b140b15119
commit
a3ecc79f0d
2 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ like a path or filename followed by a colon and a line number and open
|
|||
the file in vim at the specified line number. The patterns and editor
|
||||
to be used can be modified using options passed to the kitten. For example::
|
||||
|
||||
map ctrl+g kitten hints --type=linenum --linenum-action=tab -- nvim +{line} {path}
|
||||
map ctrl+g kitten hints --type=linenum --linenum-action=tab nvim +{line} {path}
|
||||
|
||||
will open the selected file in a new tab inside neovim when you press
|
||||
:kbd:`ctrl+g`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue