Best of VimDecember 2024

  1. 1
    Article
    Avatar of itsfossIt's Foss·1y

    Vi Editor Basics: Must Know Commands

    Vi is a powerful terminal-based text editor available on nearly all Unix and Linux distributions. It operates in two main modes: normal (command) mode for navigation and text manipulation, and insert mode for actual text input. Understanding basic commands for movement, deletion, copying, and pasting can significantly enhance text editing efficiency. Despite its steep learning curve, Vi/Vim offers extensive documentation, a wide range of plugins, and minimal system resource consumption, making it a valuable tool for any Unix-based workflow.

  2. 2
    Article
    Avatar of watercoolerWatercooler·1y

    Cybersecurity

  3. 3
    Article
    Avatar of dailymemesDaily.Memes·1y

    C

    A professor manages to teach five university classes simultaneously using only vim without syntax highlighting, lacks knowledge of Object-Oriented Programming (OOP), and writes entire programs in a single C file using complex pointer structures.

  4. 4
    Video
    Avatar of teej_dvTJ DeVries·1y

    Neovim has it's own terminal?!

    Neovim has a built-in terminal that you can use instead of other terminal multiplexers. This post covers how to use the Neovim terminal, including important shortcuts and customization tips. It discusses creating workflows and automating tasks within the terminal using Lua. The author also shares a few personal preferences for making the terminal more user-friendly.