docs: review opravy (Opus) — keybindings Evil/Doom, diakritika, faktická správnost

This commit is contained in:
2026-02-24 23:09:03 +01:00
parent 8bdd710e4c
commit b9b8fc3204
2 changed files with 125 additions and 125 deletions

View File

@@ -129,7 +129,7 @@ Viz =[[file:../examples/perl/example.pl][examples/perl/example.pl]]= — demonst
#+begin_src bash
brew install python ruff pyright
pip install pyvenv # volitelné, pro virtualenv management
# Pro virtualenv: použij M-x poetry nebo conda (pyvenv je zastaralé)
#+end_src
** Keybindings
@@ -145,9 +145,9 @@ pip install pyvenv # volitelné, pro virtualenv management
** Příklad workflow
1. Otevři projekt: =SPC p p= → vyber Python projekt
2. Virtual env: =M-x pyvenv-activate= → vyber venv adresář
2. Virtual env: =M-x poetry= nebo =conda-env-activate= → aktivuj prostředí
3. Navigace: =SPC s i= pro přehled tříd a funkcí
4. LSP: =gd= (definice), =K= (docs), =gr= (references)
4. LSP: =gd= (definice), =K= (docs), =SPC c D= (references)
5. Format: =SPC m f= — ruff format na celý soubor
6. Run: =SPC m r= — spustí =python3 buffer.py= v compile bufferu
7. Debug: =M-x pdb= → zadej =python3 -m pdb soubor.py=