You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 21, 2019. It is now read-only.
Hey folks, first I want to say how much I love this project. Great concept and this is almost usable as my everyday shell. But I'm having some issues that I can't get past.
Ctrl-w closes my shell - This is something that I can't get past. Ctrl-w in bash should kill the word before the cursor.
Ctrl-d doesn't act as Del key - Another bash-ism, if there is text present then ctrl-d should act as if Del were pressed and delete the character in front of the cursor.
Various things break in Emacs - Mouse scrolling & ctrl-arrow keys don't work. And Page Up/Page Down will actually print PageUp or PageDown when pressed.
"log"
"net"
)PageDownPageDownPageDown
It also seems like Emacs can't tell how many rows my shell has. Text at the bottom of a document is unreachable.
The text was updated successfully, but these errors were encountered:
ktm5j
changed the title
Keyboard Issues
Keyboard Input Issues
Dec 13, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey folks, first I want to say how much I love this project. Great concept and this is almost usable as my everyday shell. But I'm having some issues that I can't get past.
Ctrl-w closes my shell - This is something that I can't get past. Ctrl-w in bash should kill the word before the cursor.
Ctrl-d doesn't act as Del key - Another bash-ism, if there is text present then ctrl-d should act as if Del were pressed and delete the character in front of the cursor.
Various things break in Emacs - Mouse scrolling & ctrl-arrow keys don't work. And Page Up/Page Down will actually print
PageUp
orPageDown
when pressed.It also seems like Emacs can't tell how many rows my shell has. Text at the bottom of a document is unreachable.
The text was updated successfully, but these errors were encountered: