Hhjonesinvim.hashnode.dev·May 30, 2021 · 4 min readHow I use vim to Edit Code FasterIf you work in a programming language that is not C, C++ or a shell language then you may not be using the vim text editor. Vim is an acronym for vi improved and it has been around since the 1970s. Due to the popularity of Unix and Linux systems, vi...00
Hhjonesinvim.hashnode.dev·May 30, 2021 · 3 min read7 Ways to Use Your Linux TerminalThe terminal is the command line interface (CLI) to a Linux or Unix-like computer operating system. It’s a place where you can type in commands and get things done. Here are 7 ways to use your Linux terminal 1. Manage your hard drive In order to get ...00
Hhjonesinvim.hashnode.dev·May 30, 2021 · 2 min readA Beginner's Guide to Linux CommandsThe world is going Linux. At least that's what we tell ourselves every time we open a terminal window and type in a cryptic series of characters that do nothing but make us more frustrated than we were when we started. If you've ever considered using...00
Hhjonesinvim.hashnode.dev·May 29, 2021 · 2 min readHow to Use Bash to Write a Simple ScriptBash is a Unix shell used in Linux and MacOS. We will be using a bash script to make a program that runs in the background. You need to know how to open a terminal in your operating system. On Ubuntu, you can press Ctrl+Alt+t . On Mac, you can press...00
Hhjonesinvim.hashnode.dev·May 29, 2021 · 3 min readvim vs. emacsVim and emacs are two of the most popular text editors in the world. They are very different, with a different design philosophy. Vim and Emacs are still used to this day and are both great choices :grin: Vim's main advantage is that it is very good ...00