Discover and read the best of Twitter Threads about #vim

Most recents (11)

10 Vim commands for Vim-virgins 🧵👇 #vim

✨ Bonus: Open Vim by typing "vim" in the terminal ✨ Image
1️⃣ Getting started with Vim:

⌨️ Press "i" to enter insert mode and start typing.
⌨️ To switch to command mode, press the "Esc" key.

🧵2/11
2️⃣ Add line numbers

⌨️ :set number (in command mode)

🧵3/11
Read 11 tweets
Que faut-il pour postuler en #BTSSIO ?
Après la lecture de quelque 370 dossiers, mes collègues et moi faisons le même constat : peu de candidats ont su montrer leur motivation.
Alors pour les prochaines années, ce fil veut favoriser de belles candidatures, dans toute la France.⬇️
La première étape est de bien se renseigner sur les métiers de l'informatique. Nombreux sont les #gamers qui s'imaginent coder le nouveau #DeusEx, #Skyrim ou #LOL.
Mais ce n'est pas parce qu'on aime conduire des voitures que l'on doit devenir garagiste : pareil en #informatique
Les #BUT et #BTSSIO ou #BTSCIEL sont des diplômes difficiles dans lesquels vous ne verrez que les entrailles de logiciels beaucoup moins séduisants que les jeux.
Pire, cela demande des capacités d'abstraction importantes. En prog, le spectacle pendant 2-3 ans sera ça :
Read 4 tweets
GM! Here's the daily summary of trending projects on crypto GitHub. Curated by the greatest web3 developers ⭐️.

Check the 16 projects in the thread below 🧵👇🏻
0xYYY and 4 others starred repo gakonst/noir-hello-world (14 ⭐️)

github.com/gakonst/noir-h…
Anish-Agnihotri and 3 others starred repo ralexstokes/ssz-rs (21 ⭐️)

Implementation of ethereum's `ssz`

github.com/ralexstokes/ss…
Read 17 tweets
GM! Here's the daily summary of trending projects on crypto GitHub. Curated by the greatest web3 developers ⭐️.

Check the 15 projects in the thread below 🧵👇🏻
0xYYY and 6 others starred repo EYBlockchain/starlight (79 ⭐️)

:zap: solidity --> zApp transpiler :zap:

github.com/EYBlockchain/s…
0xYYY and 5 others starred repo libevm/shrimps.farm (14 ⭐️)

Simple no nonsense tooling for Optimism

github.com/libevm/shrimps…
Read 15 tweets
The famous Vim sudo-write trick: You open a file, edit it, and save it only to get the E45 error message. You now realize that only root can edit the file. What do you? Start over? No, instead try this:

:w !sudo tee "%"

Learnt it from vim.fandom.com/wiki/Su-write?… back in 2005.

#vim
How does :w !sudo tee "%" work?

:w !{cmd} - Executes {cmd} with all lines in buffer as standard input.

% - Expands to current filename. Quotes around it keep it as a single argument even if the filename contains whitespace.

tee {file} - Copies stdin to stdout and {file}.

#vim
For more information on the command :w !sudo tee "%", enter the following commands in Vim:

:help :w_c
:help current-file
:help :_%

Also, enter the following command in shell:

man tee

I hope this was fun!

#vim #unix #linux #shell #programming
Read 3 tweets
I wan to start a thread #KubernetesZero2Hero
This video is about basic #Linux #commands
1/n
2/n #KubernetesZero2Hero
Removing #Vim fear
3/n #KubernetesZero2Hero Understanding #YAML from Nana
Read 17 tweets
I'm about to buy a new MacBook Pro 13" with the famous Apple M1 SoC.

Let's see how ready it is for developers.

A thread ⤵️

Legend: 🔴 = not working, 🟢 = working

#AppleSiliconM1
🟢 Rust is working!

`aarch64-apple-darwin` is part of the Tier 2 platforms, doc.rust-lang.org/nightly/rustc/….

See the PR, github.com/rust-lang/rust….

#AppleSiliconM1 #rustlang
🟢 Python is working!

It is part of macOS Big Sur.

#AppleSiliconM1 #python
Read 26 tweets
1/ clojure-lsp is the most important #Clojure dev tool you're not using. Here's why you owe it to yourself to give it a try if you're an #Emacs or #Vim user. Thread:

First, what is LSP (Language Server Protocol)?
2/ LSP is the name of a language-agnostic interface that lets editors provide IDE-like code navigation features like find-definition and find-references. A language server (like clojure-lsp) is a process that implements this interface for a target language.
3/ In a pluralistic world, LSP provides an escape from the NxM problem (the dreaded matrix of N editors and M languages).
Read 13 tweets
I just added “Q Bits - Show 145 - WOTW / Tech Tyrants / The Sting / Heart of Darnkess (sic)” to QLegend on #Vimvimeo.com/channels/15574…
For those who listened to last night's interview - considering the pervasive nature and deadly booby-traps set around this topic -

Consider DEEPLY - this updated Sealed Indictment Graphic. This problem is very large. We must STAND AGAINST THIS - even if this is our Last Stand
Last night's show & prayers accompanying it - provide some insight into Q3649.

Diseased.

Not metaphorical. Statement of fact.

TAGGANT. Uniquely encoded materials, virtually impossible to duplicate. Taggants, like fingerprints - identify covertly identify suspected perpetrators
Read 3 tweets
How I learned to love writing tech documentation and how you can get other people to love it too (including yourself).

A thread.
I’ll do this by laying out misconception that people have about documentation and talk about why it’s not true and how you can fix it and change people’s attitudes.
Misconception 1: Documentation is so hard to write.
Read 22 tweets
Thinking about doing a daily vim video in January ⌨️

You in?
starting — obviously — with "how to quit vim"
Let's do this

Why Learn Vim in 2019?

Read 29 tweets

Related hashtags

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3.00/month or $30.00/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!