(Neo)Vim - GeorgesAlkhouri/dotfiles GitHub Wiki
Text
%
on a parentheses to find the matching counter part
Navigation
C-f
fzf navigation through files
leader-g
RG navigation looking for file content
leader-l
fzf navigation through lines of file
leader-b
fzf navigation through buffers
leader-c
fzf navigation through commits
Buffer
:bd [N]
Unload buffer [N] (default: current buffer) and delete it from the buffer list.
(Doc)
TagbarM-t
to toggle Tagbar
While in Tagbar window press p
to jump to definition.