de en es fr nl pl pt sv zh

neovim

Editing Text Like a Peasant in Neovim

Christian Arzu

I've noticed that I've been editing text like a peasant in Neovim, I jump around ineffectively copy what I need, then jump back where I was, so I want to try to perform remote operations using flash.nvim and making that my primary way of navigating.

Find and Replace in Neovim

Aaron Bos

While Neovim may not be my daily editor, I still prefer it to modify files quickly. Often I find myself in Neovim when I need to make small changes to JSON or YAML files. A common action that I perform is a simple "find and replace" which is supported by most editors. As with most things, the...

Org-Mode Workflow with Neovim: VISIBILITY directive

eloycoto

I have been using org-mode for a few years now. The Neovim support is good, and I love the way it handles tagging sections, links, formatting, and structure. I am also happy with the agenda support it provides. However, one of the issues I've encountered is the inability to unfold specific...

Tips for Rust debugging in Neovim

eloycoto

One of the most important aspects of programming in Rust is efficient debugging. There are various tools available for this purpose; some developers prefer the Debug Adapter Protocol (DAP), which is utilized by default in VSCode. However, for those using Neovim, the trendy direction is nvim-dap....

Debugging C# in Neovim with nvim-dap

Aaron Bos

As a software developer debugging skills are invaluable. Over the years debugging tools have evolved to become an integral part of the development toolbox. In this post, we are going to look at how we can configure a debugging experience for .NET code in Neovim. Let's dive in!

Learning Vim Keycode Concepts

Aaron Bos

Since diving into the world of Vim and Neovim, I've felt myself become more comfortable with the tool and its idiosyncrasies. One of the hurdles I faced early on was understanding the documentation for different keycodes. In this post, we're going to cover the common keycodes and the concepts...

Writing C# in Neovim

Aaron Bos

In this post, we'll be looking at how to set up our development environment to effectively write C# in Neovim. We'll also be looking a little more in-depth specifically at the tooling in Neovim that makes this all possible.

VIM Cheatsheet

0xADADA

Motion, keyboard commands and shortcuts for VI Improved Legend Motion / Normal mode Insert mode Changes Yank/Put or Copy/Paste Visual/Visual Block Mode Commands Files Windows Tabs coc.nvim Denite Help Search/Replace Find Files Legend Command Keyboard Character command ⌘ control ⌃ alt...