Explorar el Código

map ctrl+shift+{m,<,>} the create and navigate to markers

Fabian Peter Hammerle hace 4 años
padre
commit
c79d4895ef
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      kitty.conf

+ 4 - 0
kitty.conf

@@ -14,3 +14,7 @@ window_alert_on_bell yes
 map kitty_mod+XF86Calculator new_os_window_with_cwd ipython3
 # https://sw.kovidgoyal.net/kitty/launch.html
 map kitty_mod+backslash launch --type=overlay --cwd=current --stdin-source=@screen_scrollback $EDITOR -
+# https://sw.kovidgoyal.net/kitty/marks.html
+map kitty_mod+m create_marker
+map kitty_mod+comma scroll_to_mark prev
+map kitty_mod+period scroll_to_mark next