From 32abf37be768dd8dc831c5226bb974420c24ffd5 Mon Sep 17 00:00:00 2001 From: bptato Date: Wed, 26 Jul 2023 00:00:54 +0200 Subject: Add suspend() function (bound to C-z) --- doc/config.md | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to 'doc/config.md') diff --git a/doc/config.md b/doc/config.md index ccaa64ab..15b5a071 100644 --- a/doc/config.md +++ b/doc/config.md @@ -498,7 +498,7 @@ escape to the keybinding respectively (essentially making `M-` the same as An action is a JavaScript function called by Chawan every time the keybinding is typed in. A list of built-in pager functions can be found below. -### Pager actions +### Browser actions @@ -508,10 +508,28 @@ is typed in. A list of built-in pager functions can be found below. - + + + + + +
`pager.quit()``quit()` Exit the browser.
`suspend()`Temporarily suspend the browser (by delivering the client process a +SIGSTOP signal.)
+Note: this does not suspend buffer processes. +
+ +### Pager actions + + + + + + + + -- cgit 1.4.1-2-gfad0
**Name****Function**
`pager.cursorUp()` Move the cursor to the previous line.