| Ko

Vim Text Editor Tutorial

Vim, short for Vi IMproved, was created by Bram Moolenaar in 1991 as an expanded version of the vi editor Bill Joy wrote for BSD Unix in 1976. It keeps vi’s core philosophy of modal editing while adding modern features such as syntax highlighting, multiple undo, plugin support, and split windows. Because it comes pre-installed on nearly all Unix-like systems, Vim remains especially useful for server management and editing over SSH. It also benefits from decades of community knowledge and a robust plugin ecosystem. ...

July 6, 2024 · 9 min · 1735 words · In-Jun

VS Code Best Keyboard Shortcuts

Visual Studio Code (VS Code) is a free open-source code editor released by Microsoft in 2015. Built on the Electron framework, it provides the same experience across Windows, macOS, and Linux. With its lightweight execution speed and rich extension ecosystem, it has become the most widely used editor among developers worldwide. To maximize VS Code productivity, mastering shortcuts is essential. Minimizing mouse usage and working keyboard-centrically significantly improves coding speed. This guide organizes VS Code’s core shortcuts by category and explains practical usage. ...

June 21, 2024 · 5 min · 936 words · In-Jun
[email protected]