Hacker News new | ask | show | jobs
by QuantumNomad_ 87 days ago
> shell motions between macOS and reasonable OSes

All the movement commands I know work the same in the terminal on a default install of macOS as it does in the terminal on various Linux distros I use.

Ctrl+A to go to beginning of line

Ctrl+E to go to end of line

Esc, B to jump cursor one word backwards

Esc, F to jump cursor one word forward

Ctrl+W to delete backwards until beginning of word

And so on

Both in current versions of macOS where zsh is the default shell, and in older versions of macOS where bash was the default shell.

Am I misunderstanding what you are referring to by shell motions?

3 comments

Yea, but ctrl + arrows to move cursor between ‘words’ don’t work, especially sad when SSH’ing in from linux. It works fine when using terminal on macOS - you just use command + arrows.
Works fine for me. Configure your shell.
These are emacs bindings of yore. On macOS and some Linux DEs they also work in UI text fields :)
What happens when you press home or end?
In iTerm at least it goes to the beginning or end of current line.