Skip to content
Snippets Groups Projects
Commit 715c3a47 authored by Jiří Kalvoda's avatar Jiří Kalvoda
Browse files

KEYMAP-PYTHON

parent 69aa0c0b
No related branches found
No related tags found
No related merge requests found
@ACTION_INIT()
def ssh(self, target, command):
self.command = command
self.target = target
@ACTION_IMPLEMENT(ssh)
def f(self):
return CMD(f"movingssh -x {self.target} {ESCAPE_BASH(self.command.get_cmd())}")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment