From 70b534ac78f4c746f0093527b5fb02a87a6a71c0 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Sat, 22 Jan 2022 23:54:08 +0100 Subject: [PATCH] vim + tmux: Tipps --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2eb5527..025d480 100644 --- a/README.md +++ b/README.md @@ -31,13 +31,17 @@ Leader = `,` | ```args `find . -type f -name *.sh` danach argsdo %s/suche/ersetze/ge``` | Suchen ersetzen in allen Dateien | | In `Visual-Mode` `ga` | öffnet EasyAlign | | In `Visual-Mode` `:sort` oder `:sort u` | sortieren/sortieren und doppelte löschen | +| In `Visual-Block` `I` `Esc` | Text ein/auskommentieren | +| mark setzen `m`, hinspringen `''` | Marks | | | | # tmux shortcuts -| Shortcut | Befehl | -| -- | -- | -| Präfix+w | Schließe Windows | -| Präfix+c/t | Öffne Windows | -| Präfix+f | Suche in Pane Buffer | +| Shortcut | Befehl | +| --------------- | ------------------------------------------------------------------- | +| Präfix+w | Schließe Windows | +| Präfix+c/t | Öffne Windows | +| Präfix+f | Suche in Pane Buffer | +| Prafix :attach-d | Hängst sich and die Session und entfernt alle anderen Session daran | +| | |