Python developers might appreciate being able to look up stdlib documentation right inside of Vim: https://github.com/girishji/pythondoc.vim
Python developers might appreciate being able to look up stdlib documentation right inside of Vim: https://github.com/girishji/pythondoc.vim
Wednesday Progress Report April 2, 2025
#Beyond365DaysOfCode Day 94
#100DaysOfCode Day 94
#freeCodeCamp | #Python | #Vim | #SecondYearOfCode | #Code_Academy
Daily Reading:
freeCodeCamp News – 1 article
Daily.dev – 1 article
Vim: Practiced Vim motions (30 minutes).
Trello: Updated the board.
freeCodeCamp: Continued Full Stack Developer Curriculum.
Consistent progress fuels success! Keep pushing forward! #DevLife #StayMotivated #KeepCoding
Monday Progress Report March 31, 2025
#Beyond365DaysOfCode Day 92
#100DaysOfCode Day 92
#freeCodeCamp | #Python | #Vim | #VS_Code
Daily Reading:
freeCodeCamp News – 1 article
Daily.dev – 1 article
Vim: Practiced Vim motions (30 minutes).
Trello: Updated the board.
freeCodeCamp: Full Stack Developer Program.
Closing out March strong! Let’s keep leveling up! #KeepCoding #BuildAndLearn #CodeEveryDay
Wednesday Progress Report March 26, 2025
#Beyond365DaysOfCode Day 87
#100DaysOfCode Day 87
#freeCodeCamp | #Python | #Vim | #SecondYearOfCode | #Code_Academy
Daily Reading:
freeCodeCamp News – 1 article
Daily.dev – 1 article
Vim: Practiced (30 minutes).
Trello: Updated the board.
freeCodeCamp: Continued Full Stack Developer Curriculum.
Every line of code is a step forward! Keep pushing! #CodeEveryDay #KeepBuilding #DevMindset
An asynchronous VsCode-like HTTP plugin for Neovim https://lobste.rs/s/ikc5av #api #programming #vim
https://github.com/blacklight/nvim-http
Tuesday Progress Report March 25, 2025
#Beyond365DaysOfCode Day 86
#100DaysOfCode Day 86
#freeCodeCamp | #Python | #Vim | #Code_Academy
Daily Reading:
freeCodeCamp News – 1 article
Daily.dev – 1 article
Vim: Practiced (30 minutes).
Trello: Updated the board.
freeCodeCamp: Full Stack Developer Program.
Small steps lead to big progress! Keep going! #CodeDaily #StayMotivated #DevJourney
Monday Progress Report March 24, 2025
#Beyond365DaysOfCode Day 85
#100DaysOfCode Day 85
#freeCodeCamp | #Python | #Vim | #VS_Code
Daily Reading:
freeCodeCamp News – 1 article
Daily.dev – 1 article
Vim: Practiced (30 minutes).
Trello: Updated the board.
freeCodeCamp: Full Stack Developer Program.
Another step forward! Keep building, keep learning! #CodeConsistency #DevJourney #LevelUp
Saturday Progress Report March 22, 2025
#Beyond365DaysOfCode Day 83
#100DaysOfCode Day 83
#freeCodeCamp | #Python | #Vim | #SecondYearOfCode | #NextLevelCoding
Daily Reading:
freeCodeCamp News – 1 article
Daily.dev – 1 article
Vim: Practiced plugin configurations (30 minutes).
Trello: Updated the board.
freeCodeCamp: Continued Full Stack Developer Curriculum.
Every line of code brings progress! #KeepBuilding #DevJourney #CodeEveryDay
Friday Progress Report March 21, 2025
#Beyond365DaysOfCode Day 82
#100DaysOfCode Day 82
#freeCodeCamp | #Python | #Vim | #SecondYearOfCode
Daily Reading:
freeCodeCamp News – 1 article
Daily.dev – 1 article
Vim: Practiced motions for 30 minutes.
Trello: Updated the board.
freeCodeCamp: Continued Full Stack Developer Curriculum.
Staying consistent, one step at a time! #KeepCoding #TechJourney #DevLife
What a luck #dropbox destroyed its paper product, which was my favorite #quicknotes tool and last tie to dropbox.Now using #hedgedoc and never been that happy.Amazing tool. Once again #opensource rules.And that #vim support,what a touch of genius! :-)
If you'd like to prank a fellow Vim user, send them a text file with `vim: revins` at the bottom and ask them to type some text in it... https://vimhelp.org/options.txt.html#%27revins%27
Unless they've turned off their `modeline` setting, something like this should happen:
We are going live in 10 mins. We are working on code quality and tests.
Surprize included!
Don't forget to say at least "" in chat.
See you on https://www.twitch.tv/war1and.
We are going live in an hour. We are working on tests and code quality.
To celebrate Fools' Day I have a surprise!
Send "" to livestream chat.
See you on https://www.twitch.tv/war1and.
aerwiuvchen<ESC>wt8c"#G/SDF<CR>dasfeovjjjj
Hm? No my keyboard isn't broken, I was just typing in vim.
The history of my editor and for me in use since ~1999 on LinuxPPC, SCO Unix and GNU.
Enjoy!
https://fedi.video/w/xtzfQ6Gk25UQVWvHnXmyg9
Take care
Some important acronyms to know. Feel free to add some of your own.
Lisp:
Logic In Symbolic Paradigms
Lisp Inspires Strange People
Lisp Is Secretly Perfect
Python:
Pseudocode You’d Teach Hordes Of Newbies
Probably You'll Try Harder On Next-lang
Python: You'd Think Hardware's Optional Now
Emacs:
Editor Maintained As Community Shrine
Ecosystem Mainly Acquired by Cult Sysadmins
Emacs Means Always Configuring Something
Vim:
Vaguely Interactive Misery
Very Irritating Macros
Vim Isn't Modern
Linux:
Legendary Interface, Notoriously Unforgiving eXperience
Loyal In Nature, Unmatched eXtensibility
Linux Is Natural Under X
Dear #emacs users,
I am trying to re-learn emacs after using #vim for several years.
One thing that I really liked in vim is that I can "reformat" long lines in a #markdown file by marking the lines (VISUAL mode) and then hitting "gq". This kept the markdown format, e.g. lists are still lists, but the lines are wrapped at whatever I set as the maximum line length.
It seems I am missing the right search terms because I only find "M-q" aka fill-paragraph, but this does not respect e.g. markdown lists.
Does anyone have pointers or search terms for me?
Has anyone had good experiences with (universal) ctags for PHP? Looking for a solid, non-plugin, vim-native LS alternative for vim (9.1).
I tried `ctags -R --language-force=PHP --php-kinds=+c-f --fields=+n` as well as setting tags `set tags=./tags;,tags` but vim can't jump to function declarations by tag.
This is similar to the effect of the diffchar.vim plugin, but is better in terms of performance and handling redraws: https://github.com/rickhowe/diffchar.vim
If you don't have a good way to update your Vim to the very newest version, you could try that plugin instead.