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
When pressing shift+enter in a text editor such as neovim in the Ghostty terminal emulator, I find that it does not create a proper newline break (See below reference). I did not have this same issue in my previous terminal emulator Alacritty.
When I press space without holding shift
int main(void) {
}
When I press space while holding shift
int main(void) {
}
There is a natural tendency to hold shift when pressing enter after creating the opening curly brace, as the opening curly brace requires that shift be pressed on a standard keyboard.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
When pressing shift+enter in a text editor such as neovim in the Ghostty terminal emulator, I find that it does not create a proper newline break (See below reference). I did not have this same issue in my previous terminal emulator Alacritty.
When I press space without holding shift
int main(void) {
}
When I press space while holding shift
int main(void) {
}
There is a natural tendency to hold shift when pressing enter after creating the opening curly brace, as the opening curly brace requires that shift be pressed on a standard keyboard.
Beta Was this translation helpful? Give feedback.
All reactions