Explore >> Select a destination


You are here

kdheepak.com
| | danielmangum.com
12.9 parsecs away

Travel
| | I have been using Vivado for moss RTL development, which, despite its notoriously large install size, offers a fairly decent developer experience. Or maybe I have just been using it for too long. I'm not sure I would have said this a few months ago. However, I still prefer to write Verilog in Neovim, as it allows me to use vim motions, as well as switch between RTL and software code without changing my workflow.
| | www.mattlayman.com
6.6 parsecs away

Travel
| | Vim is an extremely powerful text editor. With no setup, you can do amazing work, however, you can supercharge Vim by extending it with plugins. This blog series will show how to get the most out of Vim.
| | xnacly.me
7.0 parsecs away

Travel
| | Installation, configuration and usage guide
| | johncodes.com
86.7 parsecs away

Travel
| Tmux is one of my favorite utilities: it's a terminal multiplexer that lets you create persistent shell sessions, panes, windows, etc. all within a single terminal. It's a great way to organize your shell sessions and natively give you multi-shell environments to work in without having to rely on a terminal program for those features. You'd think in a world of modern applications and fancy terminals like iTerm 2 and Kitty, you wouldn't need such a utility.