docs: review opravy (Opus) — keybindings Evil/Doom, diakritika, faktická správnost
This commit is contained in:
@@ -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=
|
||||
|
||||
Reference in New Issue
Block a user