Browse Source

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

Fabian Peter Hammerle 2 years ago
parent
commit
c79d4895ef
1 changed files with 4 additions and 0 deletions
  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