πŸ“š Node [[vim]] exact match
Nodes contain individual contributions whose filenames match your search. x
πŸ““ pages/vim.org by @jakeisnt

Vim is a text editor with an easily configurable extension language. It's most frequently used as a TUIprogram but also has an (aft-used) graphical application distribution (Gvim).

I've come to prefer the power of Emacsbut I do miss Vim's performance.

However, it has a first-class editor-based extension language that's written to prioritize text processing and configuration. Its extensive, literate keybindings that have made their way into every popular text editor as well as many other applications.

It's one of best text-editing tools in the Unix ecosystem, and Vim users often have a library of cli and tui programs that they use in conjunction with Vim to facilitate a desktop ecosystem without a GUI.

Vim is often preinstalled on Unix systems. If it's unavailable, such systems will likely still have vi (or busybox vi), so taking the time to learn vim keybindings is worthwhile for their flexibility throughout programming environments.

Tools

https://www.youtube.com/watch?app=desktop&v=-I1b8BINyEw my vim workflow https://www.reddit.com/r/vim/comments/hvr09s/how_can_i_integrate_a_vim_text_editor_in_react/ Web http://marco-lopes.com/articles/Vim-and-Haskell-in-2019/ Haskell

Plugins

Vim spector

vim debugging, essentially. https://www.reddit.com/r/vim/comments/i0lffn/thought_id_share_some_recent_vimspector/ https://github.com/glacambre/firenvim embed nvim in the browser https://www.reddit.com/r/vim/comments/h8pgor/til_conceal_in_vim/ prettify symbol mode, or conceal. having glyphs to replace multiple characters seems so much nicer - especially with ligatures! look to do this with a vim configuration. https://vim.fandom.com/wiki/Editing_remote_files_via_scp_in_vim: the best way to use netrw to edit remote files in vim

ideas

https://www.reddit.com/r/vim/comments/hxn5ue/how_do_i_use_macros_when_i_have_variable_amount/: working with macros of variable length to optimally edit! wpm counter for vim vim file browser recommendations http://thedarnedestthing.com/space%20vim http://vimsheet.com/ https://vim.rtorr.com/

Shortcut Optimisations

Leader keys

  • Comma :: As it should always be followed with a space grammatically, every other key can be freely mapped to with no delay! You lose the functionality of backwards repeating though…

  • Space :: What doom emacs uses, my current key and what I'm used to. This works fine, but the timeout definitely can impact the fluency of writing on occasion.

  • Semicolon :: Interesting option, but there seem to be some strange repeat patterns in specific modes.

  • \ :: Controversial, it's pretty far away… but it's the default. Unclear whether bashing the pinkie to the right is a great motion (just like Emacs and the left).

Lua plugins and config

I don't think lua is ready for NixOS yet - it seems to have some trouble finding plugins for the Lua path - but it's worth considering for the future.

πŸ““ soft/vim.md by @karlicoss

Table of Contents

{~} Switch case of letter [[habit]]

fast navigation in string

press ft (find char ‘t’)
then ; to repeat forward
, to repeat backwards

{t} search before character [[habit]]

use * and # for searching current word [[habit]] [[vim]]

vim-like apps

https://www.reddit.com/r/vim/comments/3tluqr/my_list_of_applications_with_vi_keybindings/

https://xaizek.github.io/2016-08-13/big-list-of-vim-like-software/

[2020-11-04] Vim Tips for the Intermediate Vim User | Jemma Issroff [[vim]]

πŸ““ vim.md by @ryan

vim

Useful shortcuts:

zz : move current line to middle of screen

zt : move current line to top of screen

zb : move current line to bottom of screen

ctrl e : move screen one line up

ctrl y : move screen one line down

ctrl d : move screen half a page down

ctrl u : move screen half a page up

πŸ““ vim.md by @agora@botsin.space
πŸ““ vim.md by @an_agora@twitter.com
πŸ““ vim.md by @flancian@social.coop

Loading pushes...

Rendering context...