Y
Hacker News
new
|
ask
|
show
|
jobs
by
rlongstaff
3862 days ago
I've just installed it from the Ubuntu 15.10 Software Centre (v3.0.1-2).
1 comments
ansgri
3862 days ago
It's of course available, but not installed by default, and when e.g. you git commit from console, it by default launches Nano with its counterintuitive shortcuts.
link
drdaeman
3862 days ago
Put `export EDITOR=ne` line in your `~/.profile` (or `~/.bashrc` or `~/.zshrc` or whatever). That should do the trick.
link
maxerickson
3862 days ago
I was trying to git better the other day and one of the early suggestions in something I looked at was to set a comfortable default editor.
link