hints kitten: Allow pressing :sc:goto_file_line to quickly open the selected file at the selected line in vim

Fixes #2268
This commit is contained in:
Kovid Goyal
2020-01-10 10:01:03 +05:30
parent 6a8b7bf92f
commit 9bc1b5a2d9
6 changed files with 94 additions and 7 deletions

View File

@@ -7,6 +7,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
0.15.2 [future]
--------------------
- hints kitten: Allow pressing :sc:`goto_file_line` to quickly open
the selected file at the selected line in vim (:iss:`2268`)
- Allow choosing OpenType features for individual fonts via the
:opt:`font_features` option.

View File

@@ -18,6 +18,11 @@ select anything that looks like a path or filename and then insert it into the
terminal, very useful for picking files from the output of a ``git`` or ``ls`` command and
adding them to the command line for the next command.
You can also press :sc:`goto_file_line` to select anything that looks
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.
The hints kitten is very powerful to see more detailed help on its various
options and modes of operation, see below. You can use these options to
create mappings in :file:`kitty.conf` to select various different text