mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-31 11:15:04 +08:00
kitty: enable hints kitten (for open URLs, etc.)
This commit is contained in:
parent
9bb76425b7
commit
42628b54de
1 changed files with 8 additions and 0 deletions
|
|
@ -27,6 +27,14 @@
|
|||
name = "Monaco";
|
||||
size = 14;
|
||||
};
|
||||
keybindings = {
|
||||
"kitty_mod+e" = "kitten hints"; # https://sw.kovidgoyal.net/kitty/kittens/hints/
|
||||
};
|
||||
settings = {
|
||||
# https://github.com/kovidgoyal/kitty/issues/371#issuecomment-1095268494
|
||||
# mouse_map = "left click ungrabbed no-op";
|
||||
# Ctrl+Shift+click to open URL.
|
||||
};
|
||||
};
|
||||
|
||||
nix-index = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue