Neovim
Did you know that hjkl is not vim?
Installation
环境配置指南/编辑器 – Neovim 安装配置教程(基于 NvChad)
issues
Background color different when running neovim inside tmux
solved by:
in ~/.tmux.conf
txt
set-option -ga terminal-overrides ",xterm-256color:Tc"
in ~/.zshrc
txt
# alias
alias tmux="tmux -u"
Tricks
Resources
awesome-cheatsheets/editors/vim.txt
Notes
gx
to open link.
see How do I make these links open in Neovim?
tab space settings for markdown file
Search by line number
current_buffer_fuzzy_find - options #1080
Added an opts parameter to be used when entry scores are tied #1401