Replies: 4 comments 6 replies
|
works fine through ssh with the ssh kitten. Make sure the shell you are running on the remote server is a reasonably recent one. |
3 replies
|
On Wed, Jun 22, 2022 at 12:19:31AM -0700, Marius Kleiner wrote:
Thanks! What does "reasonably recent one" mean? I have Fish 3.4.1 both locally and remotely. When connected via SSH, the cursor is a block, not a vertical line.
Not bash 3.2 :) fish 3.4 should be fine. Is shell integration working
for you at all when sshed? run ls and press shift+ctrl+g
|
1 reply
|
On Wed, Jun 22, 2022 at 02:22:05AM -0700, Marius Kleiner wrote:
When I run `ls` and press `shift+ctrl+g`, `less` is opening. It is opening with the entire scrollback (all past commands), rather than just the output of `ls`.
That indicates shell integration is broken on the server. @page-down
fish integration is your code you want to have a look? @marius try using
an empty fish config on the server
|
1 reply
|
Testing with works fine for me. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I really like Kitty's shell integration feature that allows me to place the cursor using the mouse. I've noticed that this is not possible through SSH (I'm using the SSH kitten). Is there any way to enable this, or is future support planned?
All reactions