Skip to content
Snippets Groups Projects
Commit e8caed80 authored by Jens Nolte's avatar Jens Nolte
Browse files

kitty: Add $kittymod+f as "open url" shortcut

parent 0b8de9ef
No related branches found
No related tags found
No related merge requests found
......@@ -383,8 +383,8 @@ map kitty_mod+n new_os_window
map kitty_mod+w close_window
map kitty_mod+] next_window
map kitty_mod+[ previous_window
map kitty_mod+f move_window_forward
map kitty_mod+b move_window_backward
#map kitty_mod+f move_window_forward
#map kitty_mod+b move_window_backward
map kitty_mod+` move_window_to_top
map kitty_mod+r start_resizing_window
# Switching to a particular window
......@@ -454,6 +454,7 @@ map kitty_mod+backspace restore_font_size
# Open a currently visible URL using the keyboard. The program used to open the
# URL is specified in open_url_with.
map kitty_mod+e run_kitten text hints
map kitty_mod+f run_kitten text hints
# Select a path/filename and insert it into the terminal. Useful, for instance to
# run git commands on a filename output from a previous git command.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment