Lua Log #2: Yak Shaving the Ecosystem
A developer explores the Lua ecosystem, detailing the challenges of yak shaving to set up a proper testing workflow with Busted and Vim.
A developer explores the Lua ecosystem, detailing the challenges of yak shaving to set up a proper testing workflow with Busted and Vim.
A developer documents their step-by-step process for setting up a new MacBook Pro for work, including OS upgrades, essential apps, and command-line tools.
Three methods to rename files directly within the Vim editor: using the vim-eunuch plugin, NERDTree, or a shell command.
A beginner's guide to setting up and using Vim as a full-fledged IDE for Go development, covering benefits and essential plugins.
An introduction to the Vim text editor, covering its fundamentals and tips for overcoming its initial learning curve.
A technical guide to customizing a Raspberry Pi's command line environment, installing Git and Vim, and mounting NFS shares for expanded storage.
A guide to supercharging search and global replace functionality in Vim using plugins and built-in tools for maximum speed.
Learn how to navigate files in Vim instantly using fuzzy finders, moving beyond traditional file trees for greater speed in large projects.
A developer shares their experience switching from the Solarized to the Gruvbox color theme and using Redshift to reduce eye strain.
A personal collection of Vim notes covering modes, commands, cursor movement, search/replace, macros, and text manipulation for developers.
Learn how to use the vim-test plugin to run automated tests instantly within Vim, eliminating the need to switch terminals.
A guide to installing and managing Vim plugins using a plugin manager like vim-plug to improve your development workflow.
A guide to essential vIM productivity tips, including relative line numbers and interactive search/replace, for more efficient text editing.
A developer shares their first-week experience at L4 Digital, detailing the office culture, tech setup, and initial coding work.
A developer shares their experience switching to Neovim, highlighting its async plugin benefits and providing basic setup instructions.
A guide to using XVim, a plugin that brings Vim's powerful keybindings and productivity features to Xcode for faster coding.
A talk and guide on using Vim and Tmux together for development, covering basics, plugins, and configuration for productivity.
A developer's method for learning keyboard shortcuts using sticky notes to cover the trackpad, improving workflow efficiency.
Overview of terminal control sequences and key bindings in shell, Vim, and process control.
CoVim is an open-source plugin for Vim that enables real-time, multi-user collaboration, turning the editor into a shared coding environment like Google Docs.