diff options
author | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2018-09-06 00:11:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-06 00:11:55 +0200 |
commit | cc6d9a0b19d250215b822342436e8e81e71c4b4d (patch) | |
tree | e0d1cf0b050596a040daae222386d155ea162e17 /doc | |
parent | 4974dca6baea741a22381e7744a8e8e86770ed3a (diff) | |
parent | d84a0f10b2a979cb90fb667612cd718d469a549b (diff) | |
download | ranger-cc6d9a0b19d250215b822342436e8e81e71c4b4d.tar.gz |
Merge pull request #1294 from Zaeph/patch-1
Add mapping to open console and pre-fill it with previous command
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.1 | 3 | ||||
-rw-r--r-- | doc/ranger.pod | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index 0c55638a..ea010eac 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -643,6 +643,9 @@ to use to open the current file selection. .IP "cd" 14 .IX Item "cd" Open the console with the content \*(L"cd \*(R" +.IP "^P" 14 +.IX Item "^P" +Open the console with the most recent command. .IP "Alt\-\fIN\fR" 14 .IX Item "Alt-N" Open a tab. N has to be a number from 0 to 9. If the tab doesn't exist yet, it diff --git a/doc/ranger.pod b/doc/ranger.pod index 3e269261..5c668235 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -597,6 +597,10 @@ to use to open the current file selection. Open the console with the content "cd " +=item ^P + +Open the console with the most recent command. + =item Alt-I<N> Open a tab. N has to be a number from 0 to 9. If the tab doesn't exist yet, it |