diff options
| author | bh <qn+git@excalibur.computer> | 2026-04-19 19:09:53 +0800 |
|---|---|---|
| committer | bh <qn+git@excalibur.computer> | 2026-04-19 19:09:53 +0800 |
| commit | e3caff84da6bf3250790dd700d45af5142aa65c1 (patch) | |
| tree | 9b80c63a5471bf684f35eb70ca99294750a5bca2 /kitty | |
| parent | 82a404f73981bd387bdaa63d23f57dd452fa3110 (diff) | |
kitty: change back to normal ctrl+l
Diffstat (limited to 'kitty')
| -rw-r--r-- | kitty/.config/kitty/kitty.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kitty/.config/kitty/kitty.conf b/kitty/.config/kitty/kitty.conf index 03235da..dd5f439 100644 --- a/kitty/.config/kitty/kitty.conf +++ b/kitty/.config/kitty/kitty.conf @@ -37,7 +37,7 @@ window_padding_width 5 # Scrolling scrollback_lines 10000 -map ctrl+l clear_terminal to_cursor_scroll active +# map ctrl+l clear_terminal to_cursor_scroll active # Allows Remote Control allow_remote_control yes |
