mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-27 10:39:51 +00:00
Indent "cd" examples for dirhistory to keep newlines
@@ -348,10 +348,10 @@ This plugin allows you to navigate the history of previous current-working-direc
|
||||
|
||||
For example, if the shell was started, and the following commands were entered:
|
||||
|
||||
cd ~
|
||||
cd /usr
|
||||
cd share
|
||||
cd doc
|
||||
cd ~
|
||||
cd /usr
|
||||
cd share
|
||||
cd doc
|
||||
|
||||
Then entering ALT-LEFT at the prompt would change directory from /usr/share/doc to /usr/share, then if pressed again to /usr/, then ~. If ALT-RIGHT were pressed the directory would be changed to /usr/ again.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user