What I know - Episteme
  • Introduction
  • Learning
    • Learning How to Learn
    • The Feynman Technique
    • How to remember stuff?
    • Language Learning
  • Books
    • Books I Recommend
    • Book Notes
  • Blogs
  • Podcasts
  • Marketing
  • Advice
  • Crypto
  • Courses
  • Communities
  • Privacy
  • Economics
  • Psychology
    • Emotions
    • Habits
    • Happiness
  • Productivity
  • Meditation
  • Tools
    • Bookmarklets
    • Command Line Tools
      • fish
    • IFTTT
    • Text Editor
      • Vim Plugins
  • Search
  • Movies
  • Documentaries
  • TV Series
  • Music
  • Short Stories
  • Writing
  • Programming
    • Git
    • JavaScript
    • Ruby
    • Learn The Command Line
    • Best Practices
    • Cheatsheets
  • Cryptography
  • News
  • Mental Models
  • Design
  • Research papers
  • Talks
  • History
  • Progress
  • Protocols
    • Dat
    • Matrix
    • MimbleWimble
    • IPFS
  • Questions
  • Poems
  • YouTube
Powered by GitBook
On this page
  • Links
  • Other editors I use
  1. Tools

Text Editor

PreviousIFTTTNextVim Plugins

Last updated 2 years ago

is my favourite text editor (I use ). It has changed completely how I interact with text. Any editor that forces you to use a mouse is wasting your time.

Think of using Vim commands as composing sentences. Take a "verb"' d (delete) + a "subject" w (word) and a whole word is deleted. It's easier than pressing ctrl + shift + right arrow + delete in a normal editor.

Vim spoiled me to the point that I use vim-like movement to browse the web ().

My file and my .

Links

  • .

  • by Derek Wyatt.

  • learn essential vim skills by Drew Neil.

  • YouTube channel by a core contributor to Neovim and the author of the excellent plugin.

  • - VIMtertainer extraordinaire.

  • - what not to do in vim.

  • write code faster: expert-level vim by Ben Orenstein

  • and by _**_George Brocklehurst

  • pick a challenge, fire up Vim and share the result.

  • Examples of .vimrc files: and .

  • init.vim and init.lua configs I take inspiration from: ,

Other editors I use

- a community-driven, freely-licensed binary distribution of Microsoft’s editor VSCode. Second best choice for me after Neovim.

Vim
Neovim
vimium
.vimrc
Vim plugins
Your problem with Vim is that you don't grok vi
Interactive vim tutorial
Vim Novice Videos
Vimcasts
TJ DeVries
telescope.nvim
ThePrimeagen
Vim anti-patterns
vim_talk_notes
Let Vim do the typing
talk
VimGolf
Chris Hunt
Gary Bernhardt
ThePrimeagen
TJ DeVries
VSCodium