mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-21 07:55:10 +02:00
Allow clicking URLs via keybaord hints by pressing ctrl+shift+e
This commit is contained in:
@@ -15,7 +15,8 @@ defns = defaultdict(list)
|
||||
|
||||
for line in open('kitty/kitty.conf'):
|
||||
if line.startswith('map '):
|
||||
_, sc, name = line.split(maxsplit=3)
|
||||
_, sc, name = line.split(maxsplit=2)
|
||||
name = name.rstrip().replace(' ', '_')
|
||||
defns[name].append('`' + sc + '`')
|
||||
|
||||
defns = [
|
||||
|
||||
Reference in New Issue
Block a user