all repos — blog @ bf4bdb2556468e27c1bf7fec0c9ef321d90dca36

Code and content for 5ika.ch

Add workspace commands
Tim Izzo tim@5ika.ch
Mon, 27 Jan 2025 09:45:59 +0100
commit

bf4bdb2556468e27c1bf7fec0c9ef321d90dca36

parent

8feafdb3b9a7d4f84a070fd806b0a7ca933e8aca

1 files changed, 8 insertions(+), 0 deletions(-)

jump to
M content/tutos/vim.mdcontent/tutos/vim.md

@@ -49,6 +49,14 @@ - `zz`: Place la ligne actuelle au milieu de la fenêtre

- `Shift+↑`: Déplace la ligne actuelle vers le haut (commande custom) - `Shift+↓`: Déplace la ligne actuelle vers le bas (commande custom) +### Workspace + +- `:new`: Créer un nouveau workspace au dessus de l'existant +- `:vnew`: Créer un nouveau workspace à gauche de l'existant +- `Ctrl+W <arrow>`: Se déplace d'un workspace à l'autre +- `Ctrl+W +/-`: Agrandi/rétrécit le workspace courant verticalement +- `Ctrl+W </>`: Agrandi/rétrécit le workspace courant horizontalement + ### Opérations - `u`: Annule l'action précédente