diff options
author | nfnty <git@nfnty.se> | 2017-02-09 00:15:26 +0100 |
---|---|---|
committer | nfnty <git@nfnty.se> | 2017-02-09 00:16:53 +0100 |
commit | a3ccb616e6fc8c88cf7ffcd079dab76655bcc002 (patch) | |
tree | be96caa70553f6137bb3831a6105cfa6d93dd49c /doc/ranger.pod | |
parent | c377b4814a5560a6fc34c5e5a5df2fe39d289cad (diff) | |
download | ranger-a3ccb616e6fc8c88cf7ffcd079dab76655bcc002.tar.gz |
commands: Add `quitall!`, Change behavior of `quit!`
Fixes #802
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r-- | doc/ranger.pod | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod index 8a783094..8b02ee63 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -959,6 +959,7 @@ ranger. For your convenience, this is a list of the "public" commands including quit quit! quitall + quitall! relink newpath rename_append [-FLAGS...] rename newname @@ -1225,19 +1226,21 @@ Removes key mappings of the pager. Works like the C<unmap> command. =item quit -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 +Closes the current tab, if there's only one tab. Otherwise quits if there are no tasks in progress. +The current directory will be bookmarked as ' so you can re-enter it by typing `` or '' the next time you start ranger. =item quit! -Force quit ranger, even if tasks are running. The current directory will still -be bookmarked similarly to C<quit>. +Like C<quit>, except will force quit even if tasks are in progress. =item quitall -Like C<quit>, will close ranger even if multiple tabs are open. +Like C<quit>, except will quit even if multiple tabs are open. + +=item quitall! + +Like C<quitall>, except will force quit even if tasks are in progress. =item relink I<newpath> |