mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-04 23:51:49 +00:00
fixed home/end keys in ssh sessions
This commit is contained in:
@@ -48,10 +48,10 @@ export class SSHTabComponent extends BaseTerminalTabComponent {
|
||||
}
|
||||
switch (hotkey) {
|
||||
case 'home':
|
||||
this.sendInput('\x1b[H' )
|
||||
this.sendInput('\x1bOH' )
|
||||
break
|
||||
case 'end':
|
||||
this.sendInput('\x1b[F' )
|
||||
this.sendInput('\x1bOF' )
|
||||
break
|
||||
case 'restart-ssh-session':
|
||||
this.reconnect()
|
||||
|
Reference in New Issue
Block a user