mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-07 17:43:53 +02:00
@@ -1178,6 +1178,10 @@ class Window:
|
||||
else:
|
||||
open_url(text, cwd=cwd)
|
||||
|
||||
@ac('cp', 'Clear the current selection')
|
||||
def clear_selection(self) -> None:
|
||||
self.screen.clear_selection()
|
||||
|
||||
@ac('sc', 'Scroll up by one line')
|
||||
def scroll_line_up(self) -> None:
|
||||
if self.screen.is_main_linebuf():
|
||||
|
||||
Reference in New Issue
Block a user