diff --git a/pages/common/abduco.md b/pages/common/abduco.md index 1e380196da..e7800a0c4c 100644 --- a/pages/common/abduco.md +++ b/pages/common/abduco.md @@ -17,7 +17,7 @@ - Detach from a session: -` + \` +`` - [A]ttach to a session in [r]ead-only mode: diff --git a/pages/common/asciinema.md b/pages/common/asciinema.md index 5f446ff23c..0c533668d9 100644 --- a/pages/common/asciinema.md +++ b/pages/common/asciinema.md @@ -8,7 +8,7 @@ `asciinema auth` -- Make a new recording (finish it with `Ctrl+D` or type `exit`, and then choose to upload it or save it locally): +- Make a new recording (finish it with `` or type `exit`, and then choose to upload it or save it locally): `asciinema rec` diff --git a/pages/common/at.md b/pages/common/at.md index 3b5f0b3b72..c49a0ddcde 100644 --- a/pages/common/at.md +++ b/pages/common/at.md @@ -8,7 +8,7 @@ `systemctl start atd` -- Create commands interactively and execute them in 5 minutes (press ` + D` when done): +- Create commands interactively and execute them in 5 minutes (press `` when done): `at now + 5 minutes` diff --git a/pages/common/az-serial-console.md b/pages/common/az-serial-console.md index ea094142d0..75cb397ea7 100644 --- a/pages/common/az-serial-console.md +++ b/pages/common/az-serial-console.md @@ -10,4 +10,4 @@ - Terminate the connection: -`-]` +`` diff --git a/pages/common/bastet.md b/pages/common/bastet.md index 26bce8d79b..df22586bdb 100644 --- a/pages/common/bastet.md +++ b/pages/common/bastet.md @@ -9,15 +9,15 @@ - Navigate the piece horizontally: -`{{Left|Right arrow key}}` +`{{|}}` - Rotate the piece clockwise or counterclockwise: -`{{Spacebar|Up arrow key}}` +`{{|}}` - Soft drop the piece: -`` +`` - Hard drop the piece: @@ -25,8 +25,8 @@ - Pause the game: -`p` +`

` - Quit the game: -` + C` +`` diff --git a/pages/common/batch.md b/pages/common/batch.md index ddd10b66be..427b465f50 100644 --- a/pages/common/batch.md +++ b/pages/common/batch.md @@ -9,7 +9,7 @@ `systemctl start atd` -- Execute commands from `stdin` (press `Ctrl + D` when done): +- Execute commands from `stdin` (press `` when done): `batch` diff --git a/pages/common/bg.md b/pages/common/bg.md index 251681221b..184437e637 100644 --- a/pages/common/bg.md +++ b/pages/common/bg.md @@ -1,6 +1,6 @@ # bg -> Resume suspended jobs (e.g. using `Ctrl + Z`), and keeps them running in the background. +> Resume suspended jobs (e.g. using ``), and keeps them running in the background. > More information: . - Resume the most recently suspended job and run it in the background: diff --git a/pages/common/blockout2.md b/pages/common/blockout2.md index 0434c97485..1dfc2ab595 100644 --- a/pages/common/blockout2.md +++ b/pages/common/blockout2.md @@ -9,16 +9,16 @@ - Navigate the current piece on a 2D plane: -`{{Up|Down|Left|Right arrow key}}` +`{{|||}}` - Rotate the piece on its axis: -`{{Q|W|E|A|S|D}}` +`{{|||||}}` - Hard drop the current piece: -`` +`` - Pause/unpause the game: -`p` +`

` diff --git a/pages/common/bpytop.md b/pages/common/bpytop.md index 07599ec387..d9b5cbb868 100644 --- a/pages/common/bpytop.md +++ b/pages/common/bpytop.md @@ -14,15 +14,15 @@ - Toggle minimal mode: -`m` +`` - Search for running programs or processes: -`f` +`` - Change settings: -`M` +`` - Display version: diff --git a/pages/common/cheatshh.md b/pages/common/cheatshh.md index 7611627441..fc9882f058 100644 --- a/pages/common/cheatshh.md +++ b/pages/common/cheatshh.md @@ -1,7 +1,7 @@ # cheatshh > CLI cheatsheet with customized descriptions, tldr and groups, to look into for your reference. -> Press Enter to a command to copy it to your clipboard and exit. +> Press `` to a command to copy it to your clipboard and exit. > More information: . - [a]dd a new command to the cheatshheet: diff --git a/pages/common/clear.md b/pages/common/clear.md index d9efd138ae..7572098841 100644 --- a/pages/common/clear.md +++ b/pages/common/clear.md @@ -7,7 +7,7 @@ `clear` -- Clear the screen but keep the terminal's scrollback buffer (equivalent to pressing Ctrl + L in Bash): +- Clear the screen but keep the terminal's scrollback buffer (equivalent to pressing `` in Bash): `clear -x` diff --git a/pages/common/clifm.md b/pages/common/clifm.md index b8466ed215..67ba3f203e 100644 --- a/pages/common/clifm.md +++ b/pages/common/clifm.md @@ -14,24 +14,24 @@ - Create a new file and a new directory: -`n file dir/` +`file dir/` - Search for PDF files in the current directory: -`/*.pdf` +`*.pdf` - Select all PNG files in the current directory: -`s *.png` +` *.png` -- Remove the previously selected files (use `t` to send the files to the recycle bin instead): +- Remove the previously selected files (use `` to send the files to the recycle bin instead): -`r sel` +`sel` - Display help: -`?` +`` - Exit CliFM: -`q` +`` diff --git a/pages/common/colorpicker.md b/pages/common/colorpicker.md index e76aa01499..726ea6409f 100644 --- a/pages/common/colorpicker.md +++ b/pages/common/colorpicker.md @@ -1,7 +1,7 @@ # colorpicker > A minimalist X11 colorpicker. -> Any mouse gesture except left click will exit the program. +> Any mouse gesture except `` will exit the program. > More information: . - Launch colorpicker and print the hexadecimal and RGB value of each clicked pixel to `stdout`: diff --git a/pages/common/compgen.md b/pages/common/compgen.md index 9ed46435d9..c782ae6084 100644 --- a/pages/common/compgen.md +++ b/pages/common/compgen.md @@ -1,6 +1,6 @@ # compgen -> A built-in command for auto-completion in Bash, which is called on pressing TAB key twice. +> A built-in command for auto-completion in Bash, which is called on pressing `` key twice. > More information: . - List all commands that you could run: diff --git a/pages/common/ddgr.md b/pages/common/ddgr.md index f3fcdb7cc2..d31c9a5308 100644 --- a/pages/common/ddgr.md +++ b/pages/common/ddgr.md @@ -33,4 +33,4 @@ - Display help in interactive mode: -`?` +`` diff --git a/pages/common/elinks.md b/pages/common/elinks.md index 1369cafec7..3e6fbdcde4 100644 --- a/pages/common/elinks.md +++ b/pages/common/elinks.md @@ -9,7 +9,7 @@ - Quit elinks: -` + C` +`` - Dump output of webpage to console, colorizing the text with ANSI control codes: diff --git a/pages/common/emacs.md b/pages/common/emacs.md index a3d5d7d242..b341ce9833 100644 --- a/pages/common/emacs.md +++ b/pages/common/emacs.md @@ -30,8 +30,8 @@ - Save a file in Emacs: -` + X, + S` +`` - Quit Emacs: -` + X, + C` +`` diff --git a/pages/common/ex.md b/pages/common/ex.md index ad177e7174..2863668cdc 100644 --- a/pages/common/ex.md +++ b/pages/common/ex.md @@ -26,7 +26,7 @@ - Insert text: -`i{{text}}` +`i{{text}}` - Switch to Vim: diff --git a/pages/common/fzf.md b/pages/common/fzf.md index 85360a591f..9b21616559 100644 --- a/pages/common/fzf.md +++ b/pages/common/fzf.md @@ -12,7 +12,7 @@ `ps aux | fzf` -- Select multiple files with `Shift + Tab` and write to a file: +- Select multiple files with `` and write to a file: `find {{path/to/directory}} -type f | fzf --multi > {{path/to/file}}` diff --git a/pages/common/git-repl.md b/pages/common/git-repl.md index 1505cfc01e..83c5aaec6f 100644 --- a/pages/common/git-repl.md +++ b/pages/common/git-repl.md @@ -16,6 +16,6 @@ `!{{command}} {{command_arguments}}` -- Exit the interactive Git shell (or press Ctrl + D): +- Exit the interactive Git shell (or press ``): `exit` diff --git a/pages/common/gitlab-ctl.md b/pages/common/gitlab-ctl.md index e6575137a9..6b2cd9f364 100644 --- a/pages/common/gitlab-ctl.md +++ b/pages/common/gitlab-ctl.md @@ -19,7 +19,7 @@ `sudo gitlab-ctl restart {{nginx}}` -- Display the logs of every service and keep reading until `Ctrl + C` is pressed: +- Display the logs of every service and keep reading until `` is pressed: `sudo gitlab-ctl tail` diff --git a/pages/common/googler.md b/pages/common/googler.md index 653f771787..ccbdd8fa26 100644 --- a/pages/common/googler.md +++ b/pages/common/googler.md @@ -33,4 +33,4 @@ - Display help in interactive mode: -`?` +`` diff --git a/pages/common/gpg-tui.md b/pages/common/gpg-tui.md index ff280efd25..f4ac95a24e 100644 --- a/pages/common/gpg-tui.md +++ b/pages/common/gpg-tui.md @@ -13,24 +13,24 @@ - Quit `gpg-tui`: -`q` +`` - Interactively generate a new key: -`g` +`` - Export the selected key: -`x` +`` - Set the detail level for the selected key: -`1|2|3` +`<1>|<2>|<3>` - Refresh `gpg-tui`: -`r` +`` - Display help in `gpg-tui`: -`?` +`` diff --git a/pages/common/gtop.md b/pages/common/gtop.md index 1ce4032a0c..53c0b1e35d 100644 --- a/pages/common/gtop.md +++ b/pages/common/gtop.md @@ -9,8 +9,8 @@ - Sort by CPU usage: -`c` +`` - Sort by memory usage: -`m` +`` diff --git a/pages/common/gum.md b/pages/common/gum.md index 1d38b6bf3d..e0082510c0 100644 --- a/pages/common/gum.md +++ b/pages/common/gum.md @@ -11,7 +11,7 @@ `gum input --placeholder "{{value}}"` -- Open an interactive confirmation prompt and exit with either `0` or `1`: +- Open an interactive confirmation prompt and exit with either `<0>` or `<1>`: `gum confirm "{{Continue?}}" --default=false --affirmative "{{Yes}}" --negative "{{No}}" {{&& echo "Yes selected" || echo "No selected"}}` @@ -23,6 +23,6 @@ `gum format -t {{emoji}} "{{:smile: :heart: hello}}"` -- Interactively prompt for multi-line text (CTRL + D to save) and write to `data.txt`: +- Interactively prompt for multi-line text (`` to save) and write to `data.txt`: `gum write > {{data.txt}}` diff --git a/pages/common/helix.md b/pages/common/helix.md index 7fcf930492..5e1918305d 100644 --- a/pages/common/helix.md +++ b/pages/common/helix.md @@ -1,7 +1,7 @@ # helix > Helix, A post-modern text editor, provides several modes for different kinds of text manipulation. -> Pressing `i` enters insert mode. `` enters normal mode, which enables the use of Helix commands. +> Pressing `` enters insert mode. `` enters normal mode, which enables the use of Helix commands. > More information: . - Open a file: @@ -12,26 +12,26 @@ `helix --vsplit {{path/to/file1 path/to/file2}}` -- Show the tutorial to learn Helix (or access it within Helix by pressing `` and typing `:tutor`): +- Show the tutorial to learn Helix (or access it within Helix by pressing `` and typing `<:>tutor`): `helix --tutor` - Change the Helix theme: -`:theme {{theme_name}}` +`<:>theme {{theme_name}}` - Save and Quit: -`:wq` +`<:>wq` - Force-quit without saving: -`:q!` +`<:>q!` - Undo the last operation: -`u` +`` -- Search for a pattern in the file (press `n`/`N` to go to next/previous match): +- Search for a pattern in the file (press ``/`` to go to next/previous match): -`/{{search_pattern}}` +`{{search_pattern}}` diff --git a/pages/common/htop.md b/pages/common/htop.md index 2de08ba0c2..baaa938641 100644 --- a/pages/common/htop.md +++ b/pages/common/htop.md @@ -25,11 +25,11 @@ - See interactive commands while running htop: -`?` +`` - Switch to a different tab: -`tab` +`` - Display help: diff --git a/pages/common/inkview.md b/pages/common/inkview.md index 46508c6688..769e244145 100644 --- a/pages/common/inkview.md +++ b/pages/common/inkview.md @@ -8,6 +8,6 @@ `inkview {{path/to/file.svg}}` -- Preview multiple SVGs (use arrow keys to navigate): +- Preview multiple SVGs (use `` to navigate): `inkview {{path/to/file1.svg path/to/file2.svg ...}}` diff --git a/pages/common/kak.md b/pages/common/kak.md index c0c4f92f00..f048eb84c4 100644 --- a/pages/common/kak.md +++ b/pages/common/kak.md @@ -10,7 +10,7 @@ - Enter insert mode from normal mode, to write text into the file: -`i` +`` - Escape insert mode, to go back to normal mode: @@ -30,8 +30,8 @@ - Insert the contents of a file: -`!cat {{path/to/file}}` +`cat {{path/to/file}}` - Save the current file: -`:w` +`<:>w` diff --git a/pages/common/kill.md b/pages/common/kill.md index 6f8bf24b61..d3007f7074 100644 --- a/pages/common/kill.md +++ b/pages/common/kill.md @@ -16,7 +16,7 @@ `kill -{{1|HUP}} {{process_id}}` -- Terminate a program using the SIGINT (interrupt) signal. This is typically initiated by the user pressing `Ctrl + C`: +- Terminate a program using the SIGINT (interrupt) signal. This is typically initiated by the user pressing ``: `kill -{{2|INT}} {{process_id}}` diff --git a/pages/common/killall.md b/pages/common/killall.md index 2588275444..2fbce08ad2 100644 --- a/pages/common/killall.md +++ b/pages/common/killall.md @@ -16,7 +16,7 @@ `killall -i {{process_name}}` -- Terminate a process using the SIGINT (interrupt) signal, which is the same signal sent by pressing `Ctrl + C`: +- Terminate a process using the SIGINT (interrupt) signal, which is the same signal sent by pressing ``: `killall -INT {{process_name}}` diff --git a/pages/common/less.md b/pages/common/less.md index 70d27a394f..0313d58a53 100644 --- a/pages/common/less.md +++ b/pages/common/less.md @@ -9,28 +9,28 @@ - Page down/up: -` (down), b (up)` +`{{|}}` - Go to end/start of file: -`G (end), g (start)` +`{{|}}` -- Forward search for a string (press `n`/`N` to go to next/previous match): +- Forward search for a string (press ``/`` to go to next/previous match): -`/{{something}}` +`{{something}}` -- Backward search for a string (press `n`/`N` to go to next/previous match): +- Backward search for a string (press ``/`` to go to next/previous match): -`?{{something}}` +`{{something}}` - Follow the output of the currently opened file: -`F` +`` - Open the current file in an editor: -`v` +`` - Exit: -`q` +`` diff --git a/pages/common/lynx.md b/pages/common/lynx.md index 6540490940..d3c45741c6 100644 --- a/pages/common/lynx.md +++ b/pages/common/lynx.md @@ -25,12 +25,12 @@ - Navigate forwards and backwards through the links on a page: -`{{Up arrow key|Down arrow key}}` +`{{|}}` - Go back to the previously displayed page: -`{{Left arrow key|u}}` +`{{|}}` - Exit: -`q + y` +`` diff --git a/pages/common/mail.md b/pages/common/mail.md index 34ba1b2e56..59483730db 100644 --- a/pages/common/mail.md +++ b/pages/common/mail.md @@ -8,7 +8,7 @@ `mail` -- Send a typed email message with optional CC. The command-line below continues after pressing ``. Input message text (can be multiline). Press `-D` to complete the message text: +- Send a typed email message with optional CC. The command-line below continues after pressing ``. Input message text (can be multiline). Press `` to complete the message text: `mail --subject "{{subject line}}" {{to_user@example.com}} --cc "{{cc_email_address}}"` diff --git a/pages/common/mailx.md b/pages/common/mailx.md index 6e33036aae..f620515290 100644 --- a/pages/common/mailx.md +++ b/pages/common/mailx.md @@ -3,7 +3,7 @@ > Send and receive mail. > More information: . -- Send mail (the content should be typed after the command, and ended with `Ctrl+D`): +- Send mail (the content should be typed after the command, and ended with ``): `mailx -s "{{subject}}" {{to_addr}}` diff --git a/pages/common/mc.md b/pages/common/mc.md index 71bd2cf195..f702a74db3 100644 --- a/pages/common/mc.md +++ b/pages/common/mc.md @@ -1,7 +1,7 @@ # mc > Midnight Commander, a TUI file manager. -> Navigate the directory structure using the arrow keys, the mouse or by typing the commands into the terminal. +> Navigate the directory structure using the ``, the mouse or by typing the commands into the terminal. > See also: `ranger`, `clifm`, `vifm`, `nautilus`. > More information: . diff --git a/pages/common/mcfly.md b/pages/common/mcfly.md index b822de9f5f..87400c77ae 100644 --- a/pages/common/mcfly.md +++ b/pages/common/mcfly.md @@ -1,7 +1,7 @@ # mcfly > A smart command history search and management tool. -> Replaces your default shell history search (ctrl-r) with an intelligent search engine providing context and relevance to the commands. +> Replaces your default shell history search (``) with an intelligent search engine providing context and relevance to the commands. > More information: . - Print the mcfly integration code for the specified shell: diff --git a/pages/common/micro.md b/pages/common/micro.md index af453c1cea..137ebcc799 100644 --- a/pages/common/micro.md +++ b/pages/common/micro.md @@ -10,24 +10,24 @@ - Save a file: -` + S` +`` - Cut the entire line: -` + K` +`` -- Search for a pattern in the file (press `Ctrl + N`/`Ctrl + P` to go to next/previous match): +- Search for a pattern in the file (press ``/`` to go to next/previous match): -` + F "{{pattern}}" ` +`{{pattern}}` - Execute a command: -` + E {{command}} ` +`{{command}}` - Perform a substitution in the whole file: -` + E replaceall "{{pattern}}" "{{replacement}}" ` +`replaceall "{{pattern}}" "{{replacement}}"` - Quit: -` + Q` +`` diff --git a/pages/common/moe.md b/pages/common/moe.md index 2ba8a3704d..63131c8b40 100644 --- a/pages/common/moe.md +++ b/pages/common/moe.md @@ -21,4 +21,4 @@ - Save and Quit: -` + X` +`` diff --git a/pages/common/more.md b/pages/common/more.md index 14ad53b9b2..5f7325101b 100644 --- a/pages/common/more.md +++ b/pages/common/more.md @@ -16,14 +16,14 @@ `` -- Search for a string (press `n` to go to the next match): +- Search for a string (press `` to go to the next match): -`/{{something}}` +`{{something}}` - Exit: -`q` +`` - Display help about interactive commands: -`h` +`` diff --git a/pages/common/most.md b/pages/common/most.md index bb88bd6292..b9251c3be5 100644 --- a/pages/common/most.md +++ b/pages/common/most.md @@ -17,20 +17,20 @@ - Move through opened files: -`:O n` +`<:>{{|}}` - Jump to the 100th line: -`{{100}}j` +`{{100}}` - Edit current file: -`e` +`` - Split the current window in half: -` o` +`` - Exit: -`Q` +`` diff --git a/pages/common/mplayer.md b/pages/common/mplayer.md index d35d462c60..a82cbc4260 100644 --- a/pages/common/mplayer.md +++ b/pages/common/mplayer.md @@ -25,4 +25,4 @@ - Seek backward or forward 10 seconds: -`{{Left|Right}}` +`{{|}}` diff --git a/pages/common/mpv.md b/pages/common/mpv.md index 5adca5a4b8..c58c8b26d0 100644 --- a/pages/common/mpv.md +++ b/pages/common/mpv.md @@ -10,19 +10,19 @@ - Jump backward/forward 5 seconds: -`LEFT RIGHT` +`{{|}}` - Jump backward/forward 1 minute: -`DOWN UP` +`{{|}}` - Decrease or increase playback speed by 10%: -`[ ]` +`{{<[>|<]>}}` - Take a screenshot of the current frame (saved to `./mpv-shotNNNN.jpg` by default): -`s` +`` - Play a file at a specified speed (1 by default): diff --git a/pages/common/newsboat.md b/pages/common/newsboat.md index 1a947c8d96..f5ab5eed3b 100644 --- a/pages/common/newsboat.md +++ b/pages/common/newsboat.md @@ -21,4 +21,4 @@ - See keyboard shortcuts (the most relevant are visible in the status line): -`?` +`` diff --git a/pages/common/nload.md b/pages/common/nload.md index 797e00d3e1..dd3ae5c366 100644 --- a/pages/common/nload.md +++ b/pages/common/nload.md @@ -3,10 +3,10 @@ > Visualize network usage in the terminal. > More information: . -- View all network traffic (use the arrow keys to switch interfaces): +- View all network traffic (use the `` to switch interfaces): `nload` -- View network traffic on specific interfaces (use the arrow keys to switch interfaces): +- View network traffic on specific interfaces (use the `` to switch interfaces): `nload devices {{interface_one}} {{interface_two}}` diff --git a/pages/common/nnn.md b/pages/common/nnn.md index 1c14c8aef7..5de667c56e 100644 --- a/pages/common/nnn.md +++ b/pages/common/nnn.md @@ -23,6 +23,6 @@ `nnn -T {{a|d|e|r|s|t|v}}` -- Open a file you have selected. Select the file then press `o`, and type a program to open the file in: +- Open a file you have selected. Select the file then press ``, and type a program to open the file in: `nnn -o` diff --git a/pages/common/ntfy.md b/pages/common/ntfy.md index 2a76a03cf7..216332f365 100644 --- a/pages/common/ntfy.md +++ b/pages/common/ntfy.md @@ -19,7 +19,7 @@ `ntfy trigger {{my_webhook}}` -- Subscribe to a topic (Ctrl-C to stop listening): +- Subscribe to a topic (`` to stop listening): `ntfy sub {{home_automation}}` diff --git a/pages/common/nudoku.md b/pages/common/nudoku.md index 03fb8717ef..13cf2bfa16 100644 --- a/pages/common/nudoku.md +++ b/pages/common/nudoku.md @@ -13,24 +13,24 @@ - Navigate the board: -`{{h|j|k|l}} OR {{Left|Down|Up|Right arrow key}}` +`{{||||}}` - Delete a number: -`{{Backspace|x}}` +`{{|}}` - Get a hint: -`H` +`` - See the complete solution: -`S` +`` - Create a new puzzle: -`N` +`` - Quit the game: -`Q` +`` diff --git a/pages/common/nvim.md b/pages/common/nvim.md index 21803fd85f..fcf0bcb826 100644 --- a/pages/common/nvim.md +++ b/pages/common/nvim.md @@ -1,7 +1,7 @@ # nvim > Neovim, a programmer's text editor based on Vim, provides several modes for different kinds of text manipulation. -> Pressing `i` in normal mode enters insert mode. `` goes back to normal mode, which doesn't allow regular text insertion. +> Pressing `` in normal mode enters insert mode. `` or `` goes back to normal mode, which doesn't allow regular text insertion. > See also: `vim`, `vimtutor`, `vimdiff`. > More information: . @@ -11,28 +11,28 @@ - Enter text editing mode (insert mode): -`i` +`` -- Copy ("yank") or cut ("delete") the current line (paste it with `P`): +- Copy ("yank") or cut ("delete") the current line (paste it with `

`): -`{{yy|dd}}` +`{{|}}` - Enter normal mode and undo the last operation: -`u` +`` -- Search for a pattern in the file (press `n`/`N` to go to next/previous match): +- Search for a pattern in the file (press ``/`` to go to next/previous match): -`/{{search_pattern}}` +`{{search_pattern}}` - Perform a regular expression substitution in the whole file: -`:%s/{{regular_expression}}/{{replacement}}/g` +`<:>%s/{{regular_expression}}/{{replacement}}/g` - Enter normal mode and save (write) the file, and quit: -`{{ZZ|:x|:wq}}` +`{{|<:>x|<:>wq}}` - Quit without saving: -`:q!` +`<:>q!` diff --git a/pages/common/orca-c.md b/pages/common/orca-c.md index 6a633e38cf..8def7092af 100644 --- a/pages/common/orca-c.md +++ b/pages/common/orca-c.md @@ -26,12 +26,12 @@ - Show the main menu inside of ORCA: -`F1` +`` - Show all shortcuts inside of ORCA: -`?` +`` - Show all ORCA operators inside of ORCA: -` + g` +`` diff --git a/pages/common/pass.md b/pages/common/pass.md index f10152dda4..64a6eb8ef6 100644 --- a/pages/common/pass.md +++ b/pages/common/pass.md @@ -8,7 +8,7 @@ `pass init {{gpg_id_1}} {{gpg_id_2}}` -- Save a new password and additional information (press Ctrl + D on a new line to complete): +- Save a new password and additional information (press `` on a new line to complete): `pass insert --multiline {{path/to/data}}` diff --git a/pages/common/pio-device.md b/pages/common/pio-device.md index 7f3b8363b2..511fcf67ab 100644 --- a/pages/common/pio-device.md +++ b/pages/common/pio-device.md @@ -29,4 +29,4 @@ - Go to the menu of the interactive device monitor: -` + T` +`` diff --git a/pages/common/ptpython.md b/pages/common/ptpython.md index d6fc250b51..1985600157 100644 --- a/pages/common/ptpython.md +++ b/pages/common/ptpython.md @@ -17,16 +17,16 @@ - Open the menu: -`F2` +`` - Open the history page: -`F3` +`` - Toggle paste mode: -`F6` +`` - Quit: -` + D` +`` diff --git a/pages/common/rainbowstream.md b/pages/common/rainbowstream.md index 1dc1daa016..6b0498b4da 100644 --- a/pages/common/rainbowstream.md +++ b/pages/common/rainbowstream.md @@ -1,7 +1,7 @@ # rainbowstream > Terminal-based Twitter client supporting realtime tweetstream, trends, sending, search, favorites and user management. -> Online help with `h`, up and down arrows for history, tab to auto-complete and 2-tab for suggestion. +> Online help with `h`, `` and `` for history, `` to auto-complete and 2-`` for suggestion. > More information: . - Open RainbowStream: diff --git a/pages/common/rclone.md b/pages/common/rclone.md index 514f83abcb..d214b6ab5a 100644 --- a/pages/common/rclone.md +++ b/pages/common/rclone.md @@ -31,6 +31,6 @@ `rclone mount {{remote_name}}:{{path/to/directory}} {{path/to/mount_point}}` -- Unmount rclone remote if CTRL-C fails (experimental): +- Unmount rclone remote if `` fails (experimental): `fusermount -u {{path/to/mount_point}}` diff --git a/pages/common/rtv.md b/pages/common/rtv.md index 27f7867c81..2d5f26be99 100644 --- a/pages/common/rtv.md +++ b/pages/common/rtv.md @@ -1,7 +1,7 @@ # rtv > Reddit Terminal Viewer. -> Use arrow keys to navigate. Right and Left to view and return from a submission, respectively. +> Use `` to navigate. `` and `` to view and return from a submission, respectively. > More information: . - Open the front page: @@ -18,12 +18,12 @@ - Open link: -`o` +`` - Log in: -`u` +`` - Display help: -`?` +`` diff --git a/pages/common/sc-im.md b/pages/common/sc-im.md index 3fe5054c0a..494ff16fa9 100644 --- a/pages/common/sc-im.md +++ b/pages/common/sc-im.md @@ -1,7 +1,7 @@ # SC-IM > A curses based, vim-like spreadsheet calculator. -> Use hjkl or arrow keys to navigate. +> Use `` or `` to navigate. > More information: . - Start SC-IM: @@ -10,20 +10,20 @@ - Enter a string into the current cell: -`{{<|>}}` +`{{<<>|<>>}}` - Enter a numeric constant into the current cell: -`=` +`<=>` - Edit string in the current cell: -`E` +`` - Edit number in the current cell: -`e` +`` - Center align the current cell: -`|` +`<|>` diff --git a/pages/common/screen.md b/pages/common/screen.md index 776a5f139c..916d67a91d 100644 --- a/pages/common/screen.md +++ b/pages/common/screen.md @@ -26,11 +26,11 @@ - Detach from inside a screen: -` + A, D` +`` - Kill the current screen session: -` + A, K` +`` - Kill a detached screen: diff --git a/pages/common/sk.md b/pages/common/sk.md index 8d8a6c7b8b..f9c98a8734 100644 --- a/pages/common/sk.md +++ b/pages/common/sk.md @@ -16,6 +16,6 @@ `sk --query "{{query}}"` -- Select multiple files with `Shift + Tab` and write to a file: +- Select multiple files with `` and write to a file: `find {{path/to/directory}} -type f | sk --multi > {{path/to/file}}` diff --git a/pages/common/sl.md b/pages/common/sl.md index f9ae426b59..472846a8ba 100644 --- a/pages/common/sl.md +++ b/pages/common/sl.md @@ -19,6 +19,6 @@ `sl -l` -- Let the user exit (CTRL + C): +- Let the user exit (``): `sl -e` diff --git a/pages/common/speedcrunch.md b/pages/common/speedcrunch.md index 916dd442d7..ba8ae4f15f 100644 --- a/pages/common/speedcrunch.md +++ b/pages/common/speedcrunch.md @@ -9,28 +9,28 @@ - Copy the result of the most recent calculation: -` + R` +`` - Open the formula book: -` + 1` +`` - Clear the calculator of recent calculations: -` + N` +`` - Wrap highlighted in parentheses (defaults to wrapping all if nothing selected): -` + P` +`` - Load a speedcrunch session: -` + L` +`` - Save a speedcrunch session: -` + S` +`` - Toggle keypad: -` + K` +`` diff --git a/pages/common/ssh.md b/pages/common/ssh.md index 3c1d1c557f..d6c65dc89a 100644 --- a/pages/common/ssh.md +++ b/pages/common/ssh.md @@ -34,4 +34,4 @@ - Close a hanged session: -` ~ .` +`<~><.>` diff --git a/pages/common/tail.md b/pages/common/tail.md index 72631e5201..ed26eeae90 100644 --- a/pages/common/tail.md +++ b/pages/common/tail.md @@ -16,11 +16,11 @@ `tail --bytes {{count}} {{path/to/file}}` -- Print the last lines of a given file and keep reading it until `Ctrl + C`: +- Print the last lines of a given file and keep reading it until ``: `tail --follow {{path/to/file}}` -- Keep reading file until `Ctrl + C`, even if the file is inaccessible: +- Keep reading file until ``, even if the file is inaccessible: `tail --retry --follow {{path/to/file}}` diff --git a/pages/common/telnet.md b/pages/common/telnet.md index 917c45e56d..3ae2768d59 100644 --- a/pages/common/telnet.md +++ b/pages/common/telnet.md @@ -17,7 +17,7 @@ - Emit the default escape character combination for terminating the session: -` + ]` +`` - Start `telnet` with "x" as the session termination character: diff --git a/pages/common/tig.md b/pages/common/tig.md index bac529b1d0..1b146183f9 100644 --- a/pages/common/tig.md +++ b/pages/common/tig.md @@ -30,4 +30,4 @@ - Display help in TUI: -`h` +`` diff --git a/pages/common/tmux.md b/pages/common/tmux.md index 12bbc80f4a..bec9ce725a 100644 --- a/pages/common/tmux.md +++ b/pages/common/tmux.md @@ -23,15 +23,15 @@ - Detach from the current session (inside a tmux session): -`-B d` +`` - Create a new window (inside a tmux session): -`-B c` +`` - Switch between sessions and windows (inside a tmux session): -`-B w` +`` - Kill a session by name: diff --git a/pages/common/tuir.md b/pages/common/tuir.md index d2d1b4a54c..c8f9ffe071 100644 --- a/pages/common/tuir.md +++ b/pages/common/tuir.md @@ -10,11 +10,11 @@ - Open a subreddit: -`/{{subreddit_name}}` +`{{subreddit_name}}` - Open a link: -`o` +`` - Open a specific subreddit on launch: diff --git a/pages/common/ugrep.md b/pages/common/ugrep.md index 1d8c389173..a845abd94c 100644 --- a/pages/common/ugrep.md +++ b/pages/common/ugrep.md @@ -3,7 +3,7 @@ > Ultra fast search tool with query TUI. > More information: . -- Start a query TUI to search files in the current directory recursively (CTRL-Z for help): +- Start a query TUI to search files in the current directory recursively (`` for help): `ugrep --query` diff --git a/pages/common/vim.md b/pages/common/vim.md index aab7553f6c..5d24377186 100644 --- a/pages/common/vim.md +++ b/pages/common/vim.md @@ -1,7 +1,7 @@ # vim > Vim (Vi IMproved), a command-line text editor, provides several modes for different kinds of text manipulation. -> Pressing `i` in normal mode enters insert mode. Pressing `` goes back to normal mode, which enables the use of Vim commands. +> Pressing `` in normal mode enters insert mode. Pressing `` goes back to normal mode, which enables the use of Vim commands. > See also: `vimdiff`, `vimtutor`, `nvim`. > More information: . @@ -15,24 +15,24 @@ - View Vim's help manual: -`:help` +`<:>help` - Save and quit the current buffer: -`{{ZZ|:x|:wq}}` +`{{|<:>x|<:>wq}}` - Enter normal mode and undo the last operation: -`u` +`` -- Search for a pattern in the file (press `n`/`N` to go to next/previous match): +- Search for a pattern in the file (press ``/`` to go to next/previous match): -`/{{search_pattern}}` +`{{search_pattern}}` - Perform a regular expression substitution in the whole file: -`:%s/{{regular_expression}}/{{replacement}}/g` +`<:>%s/{{regular_expression}}/{{replacement}}/g` - Display the line numbers: -`:set nu` +`<:>set nu` diff --git a/pages/common/vimdiff.md b/pages/common/vimdiff.md index a7a8ead8ec..e2151dd57c 100644 --- a/pages/common/vimdiff.md +++ b/pages/common/vimdiff.md @@ -10,28 +10,28 @@ - Move the cursor to the window on the left|right: -` + w {{h|l}}` +`{{|}}` - Jump to the previous difference: -`[c` +`<[>` - Jump to the next difference: -`]c` +`<]>` - Copy the highlighted difference from the other window to the current window: -`do` +`` - Copy the highlighted difference from the current window to the other window: -`dp` +`

` - Update all highlights and folds: -`:diffupdate` +`<:>diffupdate` - Toggle the highlighted code fold: -`za` +`` diff --git a/pages/common/vimtutor.md b/pages/common/vimtutor.md index 5b1469834d..85d5fbeb93 100644 --- a/pages/common/vimtutor.md +++ b/pages/common/vimtutor.md @@ -10,4 +10,4 @@ - Exit the tutor: -` :q ` +`<:>q` diff --git a/pages/common/w3m.md b/pages/common/w3m.md index 9f88cef7bb..4548afce5a 100644 --- a/pages/common/w3m.md +++ b/pages/common/w3m.md @@ -18,12 +18,12 @@ - Open a new browser tab: -` + T` +`` - Display your browser history: -` + H` +`` - Quit w3m: -`q + y` +`` diff --git a/pages/common/wordgrinder.md b/pages/common/wordgrinder.md index d1fb7624d5..e745d10680 100644 --- a/pages/common/wordgrinder.md +++ b/pages/common/wordgrinder.md @@ -13,4 +13,4 @@ - Show the menu: -` + M` +`` diff --git a/pages/common/write.md b/pages/common/write.md index bdd45f35d4..5d77cbb89e 100644 --- a/pages/common/write.md +++ b/pages/common/write.md @@ -1,6 +1,6 @@ # write -> Write a message on the terminal of a specified logged in user (ctrl-C to stop writing messages). +> Write a message on the terminal of a specified logged in user (`` to stop writing messages). > Use the `who` command to find out all terminal_ids of all active users active on the system. See also `mesg`. > More information: . diff --git a/pages/common/wuzz.md b/pages/common/wuzz.md index abe05dc097..c55e38e246 100644 --- a/pages/common/wuzz.md +++ b/pages/common/wuzz.md @@ -9,16 +9,16 @@ - Send an HTTP request: -` + R` +`` - Switch to the next view: -` + J, ` +`` - Switch to the previous view: -` + K, + ` +`` - Display help: -`F1` +`` diff --git a/pages/common/zellij.md b/pages/common/zellij.md index 5e61397bda..f6e8d564bd 100644 --- a/pages/common/zellij.md +++ b/pages/common/zellij.md @@ -18,8 +18,8 @@ - Open a new pane (inside a zellij session): -` + N` +`` - Detach from the current session (inside a zellij session): -` + O, D` +`` diff --git a/pages/common/zmore.md b/pages/common/zmore.md index e870aa0ce5..8b965124d6 100644 --- a/pages/common/zmore.md +++ b/pages/common/zmore.md @@ -11,14 +11,14 @@ `` -- Search for a pattern in the file (press `n` to go to next match): +- Search for a pattern in the file (press `` to go to next match): -`/{{regular_expression}}` +`{{regular_expression}}` - Exit: -`q` +`` - Display interactive command help: -`h` +``