These do not seem to be configurable in settings either. Shift+Home and Shift+End do work, but it's counter intuitive to have to use this combo.
Oh god, please yes. I thought I was going insane.
What about these?

Those don't work. If you set Home and End correctly, it still requires that you press shift to operate them.
Oh which OS / shell?
Fedora 30, bash.
Debain 9, bash 4.4
I have the same problem when I ssh from my Windows computer to Ubuntu 18.04 server (bash shell)
Same here. ubuntu 18.04 server (zsh 5.4.2 - oh-my-zsh).
ps: @Eugeny thanks for your hard work on this project
Same for me on Windows using powershell core.
some here, with terminus @ win10 and some connections to bash-shells.
workaround (bash):
strg + e = end of line
strg + a = beginning of the line

The begin & end buttons under Windows:
cat <enter>, nothing is seen when entering home or endYeah, when ssh is entered in local terminal, you use something like OpenSSH or any other client you have in your PATH but if you use Terminus's ssh connection you use SSH2 client that is written in JavaScript (https://www.npmjs.com/package/ssh2)
npm
SSH2 client and server modules written in pure JavaScript for node.js
On Windows 10, set hotkeys to Shift+right, Home and Shift+left, End, and now home and end are working but not shift+
Same here, although removing the hotkeys (simply leaving those blank) work just fine for me in min-gw (git-bash), cmd (clink and legacy) and ssh connections.
Waauw, thanks @MichalCz!! This works like a charm!
Of course this is a bug which can probably solved easily...
the bug is still exist, 'Home' , 'End' and 'Ctrl-F' are not working on SSH
the bug is still exist, 'Home' , 'End' and 'Ctrl-F' are not working on SSH
Correct!
Btw, it's either: "still exists" or "is still exiting" 馃槈
the bug is still exist, 'Home' , 'End' and 'Ctrl-F' are not working on SSH
Correct!Btw, it's either: "still exists" or "is still exiting"
still exiting
https://en.wikipedia.org/wiki/Muphry%27s_law
:wink:
It's just to help, not to criticize as one might think 馃槈
This is now working correctly.
Most helpful comment
Same here, although removing the hotkeys (simply leaving those blank) work just fine for me in min-gw (git-bash), cmd (clink and legacy) and ssh connections.