dotfiles/talon/community/community-cursorless-0.4.0/apps/linux/terminal.talon
2024-11-16 20:27:38 -07:00

46 lines
887 B
Text

os: linux
tag: terminal
-
tag(): user.file_manager
#todo: generic tab commands
#tag(): tabs
action(edit.page_down):
key(shift-pagedown)
action(edit.page_up):
key(shift-pageup)
action(edit.paste):
key(ctrl-shift-v)
action(edit.copy):
key(ctrl-shift-c)
run last:
key(up)
key(enter)
rerun <user.text>:
key(ctrl-r)
insert(text)
rerun search:
key(ctrl-r)
kill all:
key(ctrl-c)
# XXX - these are specific to certain terminals only and should move into their
# own <term name>.talon file
action(edit.find):
key(ctrl-shift-f)
action(edit.word_left):
key(ctrl-w left)
action(edit.word_right):
key(ctrl-w right)
action(app.tab_open):
key(ctrl-shift-t)
action(app.tab_close):
key(ctrl-shift-w)
action(app.tab_next):
key(ctrl-pagedown)
action(app.tab_previous):
key(ctrl-pageup)
action(app.window_open):
key(ctrl-shift-n)
go tab <number>:
key("alt-{number}")