Andrew Courter 🚀
banner
exosyphon.bsky.social
Andrew Courter 🚀
@exosyphon.bsky.social
Father, Software Engineering Manager, Content Creator, Puns.

Building with Kotlin, Neovim, Typescript.

http://twitch.tv/exosyphon
https://youtube.com/@ascourter
https://medium.com/@ascourter
New video on snacks.nvim!
youtu.be/NG7P_fPeuA8
Integrating Snacks.nvim in your Neovim Configuration
YouTube video by Andrew Courter
youtu.be
April 2, 2025 at 3:32 PM
I am going down the rabbit hole of going through all the snacks.nvim plugins...

medium.com/@ascourter/i...
Integrating Snacks.nvim in your Neovim Configuration
Ready for some bite sized plugins?
medium.com
March 14, 2025 at 8:40 PM
Working on another video on snacks.nvim.

Seems like it might be a couple videos...
March 7, 2025 at 3:52 PM
Let's see how this new keyboard performs
February 21, 2025 at 11:08 AM
New video on the Vim Global Command!
youtu.be/1M-XDGc20ns
The Vim Global Command
YouTube video by Andrew Courter
youtu.be
February 7, 2025 at 2:43 PM
Want to repeat the same command many times in Neovim?

If you wanted to prepend - to the front of each line, you can use I-

Then use visual mode, V, and select the lines using j/k.

Then use : and type in normal .

:'<,'>normal .
February 5, 2025 at 2:57 PM
Recorded a video today for vim g command. I hope to have it edited and live this week!
January 20, 2025 at 3:22 PM
Ghostty is launching this month!
mitchellh.com/writing/ghos...
Ghostty 1.0 is Coming
mitchellh.com
December 26, 2024 at 3:30 PM
Merry Christmas! 🎄
December 25, 2024 at 4:43 PM
I love that no matter how much I learn about Neovim, there is always more to learn!
December 17, 2024 at 7:35 PM
New video on my tmux workflow!
youtu.be/wNkpA66hzFA
My tmux Workflow
YouTube video by Andrew Courter
youtu.be
December 13, 2024 at 1:42 PM
I hit 1000 followers on Medium!

Thank you to everyone who has read my content!
December 3, 2024 at 1:09 PM
In Neovim / Vim you can quickly delete lines

:g/pattern/d - Remove lines matching pattern
:g!/pattern/d - Remove lines that do NOT match
November 14, 2024 at 10:43 PM
Ran into this error the other day upgrading to Rails 7.2. Hopefully this helps someone save some time in debugging!
medium.com/@ascourter/r...
Rails 7.2 Unexpected Errors
Random to_sym errors can take too long to figure out
medium.com
November 14, 2024 at 2:30 PM
Anyone else at RubyConf today?
November 13, 2024 at 5:23 PM
Ran into this issue today with a tmux color plugin.

Needed to update bash to get it fixed.
github.com/fabioluciano...
'/opt/homebrew/opt/tpm/share/tpm/tpm' returned 1 on MacOS · Issue #46 · fabioluciano/tmux-tokyo-night
System info: MacOS Sonoma v14.6.1 iTerm2 v3.5.4 Steps to reproduce: install tmux 3.4 via homebrew: brew install tmux install tpm via homebrew: brew install tpm create tmux.conf file in ~/.config/tm...
github.com
November 4, 2024 at 9:46 PM
tmux video recorded. Now to edit! 🎥
November 4, 2024 at 9:44 PM
New article on getting started with tmux
medium.com/@ascourter/g...
Getting Started with Tmux
This terminal multiplexer can really increase your productivity!
medium.com
October 25, 2024 at 3:35 PM
Neovim Conf is coming November 19th!
neovimconf.live
NeoVimConf.live 2024
Your favorite editor's conference returns November 19th 2024! Sign up now!
neovimconf.live
September 29, 2024 at 11:55 AM
In Neovim, use * to search for the word under the cursor. Press n to jump to the next occurrence and N for the previous.
September 7, 2024 at 8:13 AM
New Neovim video!
youtu.be/CNYqPnaCgJw
Configure Golang in Kickstart.nvim
YouTube video by Andrew Courter
youtu.be
September 5, 2024 at 2:28 AM
I crossed another milestone on YouTube this week...

🎉 500K views! 🎉

Appreciate everyone watching!
August 30, 2024 at 1:40 PM