mastodon.ie is one of the many independent Mastodon servers you can use to participate in the fediverse.
Irish Mastodon - run from Ireland, we welcome all who respect the community rules and members.

Administered by:

Server stats:

1.8K
active users

#vim

13 posts12 participants3 posts today
Replied in thread

@devnull @xalofar @bookynette

À vrai dire, je suis plutôt à l’aise avec une poignée de fonctionnalités de #vim mais la première et dernière fois que j’ai essayé #Emacs, j’ai commencé à paniquer parce que je ne trouvais pas comment… le quitter !

NB : c’était il y a très longtemps et dans un terminal physique, donc il *fallait* que je trouve comment quitter…

Vim tip for today 🔥

Execute command on all lines that match the pattern. Example: `:g/#/d` to delete all lines that contain the # character (for example, a comment).

:g/ - execute command on all lines that match the pattern
#/ - pattern to match
d - delete line

vilken IDE är det eg som gäller för python?

kör python på fritiden o mest då IntelliJ eftersom jag är van vid den från jobbet. Men värt att t ex lära sig vim ordentligt? O confa den för python
då skulle jag kunna utveckla via serverterminalen oxå, slippa gitta runt koden

#python#IDE#vim