add zathura.md. Add Header into systemdservices.md

This commit is contained in:
piccihud 2023-04-09 14:52:57 +02:00
parent 6b0d87524d
commit a1082b2043
2 changed files with 71 additions and 0 deletions

View File

@ -1,3 +1,14 @@
---
class: post
title: Systemd e gestione dei servizi
date: aaaa-mm-gg
layout: post
author: piccihud
published: false
tags:
- guide
---
# Systemd e gestione dei servizi
Systemd rappresenta uno degli strumenti di gestione centralizzata di init, demoni, librerie ed amministrazione del sistema più completo.

60
zathura.md Normal file
View File

@ -0,0 +1,60 @@
---
class: post
title: zathura
date: aaaa-mm-gg
layout: post
author: piccihud
published: false
tags:
- guide
---
# Zathura
Zathura è un visualizzatore di documenti altamente personalizzabile in stile Vim.
## Installazione
```bash
sudo apt install zathura zathura-cb
```
## Scorciatoie
| Comando | |
|-----------------------------|------------------------------------------------|
| J o Page Down | Go to next page |
| K o Page Up | Go to previous page |
| h o k o j o l | Scroll to the left, down, up o right direction |
| Ctrl + F o Ctrl + B o Space | Scroll a full page left, down, up orright |
| gg | Goto to the first page |
| G | Go to last page |
| :X | Go to page X |
| Shift + H | Go to top of the current page |
| Shift + L | Go to bottom of the current page |
| Ctrl + O | Move backward through the jump list |
| Ctrl + I | Move forward through the jump list |
| / o ? | Search fo text |
| N | Search fo the next result |
| Shift + N | Search fo the previous result |
| O o Shift + O | Open document |
| f | Follow links |
| : | Enter command |
| R | Rotate by 90 degrees |
| Ctrl + R | Recolor (grayscale and invert colors) |
| Shift + R | Reload document |
| Tab | Show index and switch to Index mode |
| d | Toggle dual page view |
| F5 | Switch to presentation mode |
| F11 | Switch to fullscreen mode |
| Ctrl + M | Toggle inputbar |
| Ctrl + N | Toggle statusbar |
| + | Zoom in |
| - | Zoom out |
| = | Zoom to the original size |
| :bmark bookmark-name | Set a bookmark |
| :bdelete bookmark-name | Delete a bookmark |
| :blist bookmark-name | List bookmark |
| Q | Quit |
## Collegamenti
- [https://wiki.archlinux.org/title/Zathura](https://wiki.archlinux.org/title/Zathura)