diff options
author | Samuel Walladge <samuel@swalladge.id.au> | 2017-02-08 12:25:23 +1030 |
---|---|---|
committer | nfnty <git@nfnty.se> | 2017-02-08 04:37:22 +0100 |
commit | 3fa65ae8bb8cca86742a4f4bf2980a9827aac748 (patch) | |
tree | 10c84ef76f0bcb0777f66a2b554ae998465e5b43 /doc/ranger.pod | |
parent | 9e2e196b1c090dcfe179132693f68f9638bc1c6b (diff) | |
download | ranger-3fa65ae8bb8cca86742a4f4bf2980a9827aac748.tar.gz |
config.commands: quit, quitall: Don't exit if loader has work
Fixes #739
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r-- | doc/ranger.pod | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod index 9fc7e144..8a783094 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -958,6 +958,7 @@ ranger. For your convenience, this is a list of the "public" commands including punmap keys... quit quit! + quitall relink newpath rename_append [-FLAGS...] rename newname @@ -1224,12 +1225,19 @@ Removes key mappings of the pager. Works like the C<unmap> command. =item quit -Like quit!, but closes only this tab if multiple tabs are open. +If only one tab is currently open and no tasks are running, quit ranger. If +multiple tabs are open, only close this tab. The current directory will be +bookmarked as ' so you can re-enter it by typing `` or '' the next time you +start ranger. =item quit! -Quit ranger. The current directory will be bookmarked as ' so you can re-enter -it by typing `` or '' the next time you start ranger. +Force quit ranger, even if tasks are running. The current directory will still +be bookmarked similarly to C<quit>. + +=item quitall + +Like C<quit>, will close ranger even if multiple tabs are open. =item relink I<newpath> |