Closed edaniszewski closed 5 years ago
@marcoceppi didn't we test this? I'm pretty sure this depends on which terminal emulator you're using...
@edaniszewski which terminal are you using?
@marcoceppi just the regular ol' bash terminal that ships with macOS
Split Pane
used to be bound to ⌘D
, but I rebound it to use here. Once unbound, it didn't seem to do anything to send EOF/terminate input. ^D
did do things.. but I think I ran into another issue at that point (#36 ) so I can't say for sure that ^D
is the answer.
@KylerBurke is an OSX user - can you confirm/deny that you use ctrl d during data input to end the read loop sequence?
@lazypower yes can confirm. ⌘+D
splits the pane. I know this and avoid the combination. I'd been pressing ctrl+D
to EOF for sctl encrypt
commands without realizing the message was incorrect. If I do exactly as sctl says, I split the pane. This should be ctrl+D
Can you include what version of OSX you're for those in this thread?
I also just checked on my Mojave and Catalina mac. Cmd+D is split window, I tested this so many times I have no idea how it got mixed up
Its no worries! :) We're human after all.
Thank you all for helping track this down and verify
⌘+D
(command-D) in terminal is the shortcut to split the pane. To issue an EOF, it should be^D
(control-D)