Python and phyphox: Difference between revisions
From wikiluntti
Line 5: | Line 5: | ||
=== VIM and XML mode === | === VIM and XML mode === | ||
Activate the matchit.vim macro <code>:runtime macros/matchit.vim</code> | Activate the matchit.vim macro <code>:runtime macros/matchit.vim</code> and set the filetype <code>:set filetype=html</code>, and now % swaps between the tags. | ||
== Flights == | == Flights == |
Revision as of 18:03, 9 June 2025
Introduction
VIM and XML mode
Activate the matchit.vim macro :runtime macros/matchit.vim
and set the filetype :set filetype=html
, and now % swaps between the tags.