vim emoji

Posts tagged with :vim:

Tom
@Tom0
Improved the editor in my custom OS. Starting to get some vim vibes... Also i've been testing this for so long i remember the hex op codes
https://scrapbook-into-the-redwoods.s3.amazonaws.com/b7f999ab-865b-4c3d-b9f3-665203d89919-editor.png
vim emoji
jc
@jc0
hi! i’ve been a bit inactive in this slack but i’m officially back! just wanted to share a couple things i’ve been working on: marrow, markright, and the star of the show, arson! arson :fireball: is a programming language, around, well, ARSON! what else. (excuse the bad inside joke.)👇 here’s a demo of me writing a sudoku puzzle solver in arson with marrow, a text editor i’ve been working on using this amazing guide on writing one in c that i’ve been expanding upon! because i want my own vim alternative but mostly for funsies and to learn c. another things: markright! some people might know that i wrote my own markdown parser a while ago along with a web ui. the web ui has been improved and looks a lot better! (although i have a couple issues to fix in chrome). comes w/ google oauth (i kind of skimped on adding extra auth options) and a recursive filesystem. demo also below 👇 extra things i did or am working on icyi at www.jianminchen.com/article/general/2023-06-04! going forward planning to work on more hc-centric stuff!
jc
@jc0
Installed my first Vim plugin, vim-gitgutter! Did it through SSH (I don't normally use Windows, but I'm on a school computer).
https://cloud-botcxbprs-hack-club-bot.vercel.app/0screenshot__1_.png
ced
@ced0
leo and i have been having an ongoing "vim macros vs. multiple cursor" tug of war, and im sorry, but when have you ever seen multiple cursors do this (context: all sprig assets (maps, sprites, songs) are stored as text, (the web editor just shows you a nice graphical editor for the text based formats) what's seen here is the text format for the songs problem: when the songs play in your web browser, they're parsed using regex on the device, we use jerryscript to run your javascript per my logging yesterday, something in jerryscript's regex implementation makes the device hang solution: to confirm that this is the case, I am rewriting the parser in C for my minimal repro of the parser, I want example song strings to test against just pasted into my C code they need to be multiline C strings, then. multiline C strings: multiline C strings are just single-line string literals with newlines between them (the preprocessor automatically concatenates strings with nothing but whitespace between them) e.g.
puts("this little spriggy"
     " goes to the"
     " market!");
// > "this little spriggy goes to the market"
this macro adds a " to the beginning of each line of a "block" of text (which in this case are discrete songs))
sprig-dino emoji
goose-honk-technologist emoji
js emoji
vim emoji
c emoji
pan_with_egg emoji
jc
@jc0
Updated my VSCode theme and installed some extensions! I'm trying to learn Vim, so I found an extension for that, which is pretty nice
https://cloud-jhi48ee25-hack-club-bot.vercel.app/0screenshot_from_2022-09-13_21-47-39.png
summer-of-making emoji
vim emoji
vsc emoji
jzaleta
@jzaleta0
Today I learned more on how to work with VScode! :vsc: I didn't knew :thinking: it was possible to open a terminal :macintosh-stcicker: on it! I tried as well to open the neofetch command and Vim :vim: on it and my Splatter Paint 🎨 project files! Today I also worked again on details for two new Hack Club :hack-club: PR! :pr: The first one is to add Scrapbook to the GitHub :github: README and the second is my Workshop translation guide! :mexicoparrot: All of this are from ideas talked with @jessicard yesterday, thanks a lot for guiding me and reviewing my work! :yay: Lastly for today, I kept studying for my Biology Exam! 🦠 🔬
https://cloud-82syjxkzn-hack-club-bot.vercel.app/0vscode.png
jzaleta
@jzaleta0
Recently I made a post about writing a Sci-Fi 🛸 story on the terminal, and here's how it can be done! This applies as well to this awesome :cooll-dino: ASCII Art of a computer :macintosh-stcicker: and Hack Club! :hack-club: This are the steps: 1. 🥇 First of all, open a terminal emulator, this one is cool-retro-term because it has some awesome retro effects! :awesome: 2. 🥈 Second, open Vim :vim: on it! 3. 🥉 Third, start tying the info you want to be display! 💻 That's all, it's very simple and the results are great :D :parrotdad:
https://cloud-4fmvzzu70-hack-club-bot.vercel.app/0captura_de_pantalla_2022-05-26_a_la_s__21.16.59.png
AradhanaAnand-U02V8DYQHHA
@AradhanaAnand-U02V8DYQHHA0
Starting off with vim!
https://cloud-kvos85eyl-hack-club-bot.vercel.app/0screenshot__10_.png
wom emoji
vim emoji
jzaleta
@jzaleta0
So today I finished school early so I had a lot of time to do homework, study and play some games! I'm also going to be applying my new coding knowledge for making my website! I also research more on ways to customize NeoVim :vim: and submitted my first poll to #poll-of-the-day! It's probably going to be up tomorrow, and it's a dinosaurs themed poll! 🦕 Lastly, I saw this amazing README Recruiting page :linear: that talked about computers, the story of how things were before, how they're now and what's up for our future, and it included a very cool phrase: "The best way to predict the future is to invent it." :macintosh-stcicker:
https://cloud-pwk693iau-hack-club-bot.vercel.app/0captura_de_pantalla_2022-03-17_a_la_s__22.38.10.png
Skyascii
@Skyascii0
Finally here after a long break, here's a Vim rice I worked on a few weeks ago (colored comments yay!)
https://cloud-c64kpvfca-hack-club-bot.vercel.app/0image.png
wom emoji
vim emoji
yay emoji
sporeball
@sporeball0
finally graduated to NERDTree!
https://cloud-an8w1vnl4-hack-club-bot.vercel.app/0image.png
wom emoji
vim emoji
suryaansh
@suryaansh0
I will soon be on day 7 doing of js (with vim 🙂)!!
https://cloud-9tp3y3jzt-hack-club-bot.vercel.app/0image.png
wom emoji
vim emoji
js emoji
ZaynB
@ZaynB0
My solvo for Day 1 of Advent of Code, not too hard :) its great because its also making me learn more about vim like how to replace all occurrences of something (:s(ubstitute)) and how to split windows equally (Ctrl-W + =)
https://cloud-fd7o4a5fs-hack-club-bot.vercel.app/0image.png
vim emoji
goose-honk-technologist emoji
aom-21 emoji
aoc emoji
jzaleta
@jzaleta0
Today I did some research on how to build a Digital Garden, which is a different approach to blogging, it seems to me that it's a good way to direct my notebook/personal website, and that it's very helpful to post about the varied topics of things that I know and want to share with the world. Also today I advanced again in my splatter-paint workshop and saw another lecture from The Missing Semester of Your CS Education now focused on the use of Git, after watching two videos yesterday focused on Vim and Dotfiles, In addition to this, I also added new things to my Obsidian database/Second Brain of things I'm learning and that I will add into my new project in development.
https://cloud-4bif1xasl-hack-club-bot.vercel.app/0banner.pnghttps://cloud-l4d4nhahu-hack-club-bot.vercel.app/0captura_de_pantalla_2021-11-11_a_la_s__22.34.12.pnghttps://cloud-d7mttryff-hack-club-bot.vercel.app/0captura_de_pantalla_2021-11-14_a_la_s__19.17.02.pnghttps://cloud-bwawvmv8n-hack-club-bot.vercel.app/0captura_de_pantalla_2021-11-15_a_la_s__19.58.30.png
caleb
@caleb0
interesting stuff that happened today: • I randomly got Xcode 13 (and it has Vim mode) • gadzooks.me now uses Next.js 🤮 • I won a :pop-os: coaster(???)
https://cloud-7e4f9d940-hack-club-bot.vercel.app/0screen_shot_2021-09-22_at_6.19.45_pm.png
js emoji
nextjs emoji
aom-21 emoji
vim emoji
swift emoji
zfogg
@zfogg0
i discovered <about://flags/#memories> and <about://memories> (~chrome92) kinda disappointed it's not like snapchat / facebook memories hahaha
https://cloud-bd97kxwp0-hack-club-bot.vercel.app/0image.pnghttps://cloud-1fela5ax6-hack-club-bot.vercel.app/0image.pnghttps://cloud-klgwry3tg-hack-club-bot.vercel.app/0image.png
chrome emoji
google emoji
summer21 emoji
vim emoji
matt
@matt0
https://cloud-ehu85urf4-hack-club-bot.vercel.app/0title.png https://cloud-ehu85urf4-hack-club-bot.vercel.app/1example.png
matt
@matt0
made my own status line for vim!
https://cloud-56xvryuf4-hack-club-bot.vercel.app/0screen_shot_2021-05-22_at_10.10.56_pm.jpg
vim emoji
spring-of-making emoji
Odyssey346
@Odyssey3460
I kinda installed QuteBrowser, it's... cool. It's like a Vim browser. Too bad it uses a lot of CPU when vising sites that are heavy, whereas on other browser it kinda doesn't
https://cloud-kc2olve3f-hack-club-bot.vercel.app/0image.png
spring-of-making emoji
vim emoji
caleb
@caleb0
Wrote a React useState snippet for VS Code (and Vim too) :celebratoryrat:
matt
@matt0
Finally setup zathura for viewing my LaTeX documents automatically from vim!
https://cloud-elqqdz753-hack-club-bot.vercel.app/0screen_shot_2021-05-17_at_11.29.29_pm.jpg
vim emoji
nvim emoji
spring-of-making emoji
matt
@matt0
Got vim to automatically insert a new \item when I run o , O , or hit the enter key!
spring-of-making emoji
upvote emoji
vim emoji
caleb
@caleb0
https://cloud-p956qbt0x-hack-club-bot.vercel.app/0screen_shot_2021-05-14_at_9.28.08_pm.png
github emoji
spring-of-making emoji
vim emoji
matt
@matt0
Like @caleb I’ve been working on my vim setup over the last day or two. Super glad I got it working well with polygot and with coc!
https://cloud-4woth0iy1-hack-club-bot.vercel.app/0screen_shot_2021-05-11_at_3.19.14_pm.jpg
vim emoji
downvote emoji
upvote emoji
spring-of-making emoji
nvim emoji
caleb
@caleb0
working on my Vim setup (clb.li/vim) while also playing around with the Docker API
https://cloud-55epnksgy-hack-club-bot.vercel.app/0screen_shot_2021-05-11_at_2.17.33_pm.png
docker emoji
spring-of-making emoji
vim emoji
Odyssey346
@Odyssey3460
This vim thing is cool, kinda having fun
https://cloud-mdnaig5r9-hack-club-bot.vercel.app/0image.png
spring-of-making emoji
vim emoji
nvim emoji
caleb
@caleb0
decided to use vim today, 'cause why not :nvim:
https://cloud-29zsi6rnq-hack-club-bot.vercel.app/0screen_shot_2021-05-07_at_4.24.51_pm.png
spring-of-making emoji
vim emoji
matt
@matt0
trying out vscode vim for like the billionth time. Hopefully I actually get used to it :bro:
https://cloud-85ottxvx5-hack-club-bot.vercel.app/0screen_shot_2021-05-03_at_4.14.33_pm.jpg
vim emoji
vsc emoji
spring-of-making emoji
nikodemrabulinski
@nikodemrabulinski0
finally moved 100% to using just vim and nothing else and it's sooooooooooo nice (font made larger for screenshotting purposes)
https://cloud-rnjprnqmf-hack-club-bot.vercel.app/0image.png
upvote emoji
vim emoji
spring-of-making emoji
caleb
@caleb0
ricing vim for the 6% of coding that i do in it :nvim:
https://cloud-qctdjgjxw-hack-club-bot.vercel.app/0screen_shot_2021-04-10_at_1.11.42_pm.png
spring-of-making emoji
vim emoji
jubriloye2016
@jubriloye20160
The ultimate vim/tmux workflow
https://cloud-4uc1nvdk0-hack-club-bot.vercel.app/0image.png
spring-of-making emoji
vim emoji
hsh
@hsh0
I am learning how to use Vim! Till this far it is amazing :yay:
https://cloud-bgrkycpv4-hack-club-bot.vercel.app/01_7apg4udcxk-4f7nyi60glg.png
upvote emoji
spring-of-making emoji
vim emoji
yay emoji
everest
@everest0
i got out of contexted
https://cloud-dyaeimmof.vercel.app/0image.png
vim emoji
flug emoji
wom emoji
linux emoji
neel.redkar
@neel.redkar0
I decided to learn rust and wrote a simple tts server :owo: Its cool because I can run it on my computer and people can just randomly say stuff github.com/neelr/speaker (i also have to concede rust with vim is pretty cool)
https://cloud-jz7q75mkl.vercel.app/0image.png
matt
@matt0
https://cloud-or2v7ftht.vercel.app/0monovibrant.png
vim emoji
wom emoji
upvote emoji
everest
@everest0
:vim: =:win10-trash:
asboyer
@asboyer0
set up vim configuration on windows and cmd
https://cloud-c9fnzrinw.vercel.app/0vim.png
vim emoji
windows10-windows-10-logo emoji
wom emoji
upvote emoji
caleb
@caleb0
🌌 :vim:
https://cloud-9a70nbghd.vercel.app/0image.png
wom emoji
vim emoji
Jupiter
@Jupiter0
Using Vim as a window manager, what could go wrong?
https://cloud-5p3tvgoa1.vercel.app/0vimrice.png
vim emoji
wom emoji
ella
@ella0
today, I tried out VS Code (with the help of @christina695’s notes) :flug:
https://cloud-31ydsy7ps.vercel.app/0screen_shot_2020-12-11_at_4.28.06_pm.png
vsc emoji
vim emoji
goose-honk-technologist emoji
caleb
@caleb0
yee i am a hardcore vim user now :nvim:
https://cloud-2xpwl201u.vercel.app/0image.png
nvim emoji
vim emoji
ultrafastparrot emoji
yashkarthik95
@yashkarthik950
i was getting bored and didn’t feeling like doing any work so i went through vimtutor gotta say its pretty cool, all those keystrokes and stuff :vim:
https://cloud-300r7pp5r.vercel.app/0screenshot_2020-08-12_at_1.15.00_pm.png
summer-of-making emoji
vim emoji
adrianlobo
@adrianlobo0
Learning how to use :vim:
https://cloud-5tenbpz9d.vercel.app/0screen_shot_2020-07-22_at_9.54.26_am.png
vim emoji
summer-of-making emoji