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

17 lines
405 B
Text

app: termite
and not win.title: /VIM/
-
#comment or remove tags for command sets you don't want
#termite doesn't support the file_manager stuff yet
#tag(): user.file_manager
tag(): user.kubectl
tag(): user.git
tag(): user.taskwarrior
tag(): terminal
# Selection mode
shell yank: key("y")
shell select: key("ctrl-shift-space")
shell insert: key("escape")
visual line: key("v")
visual line mode: key("V")