This website works better with JavaScript.
Explore
Help
Sign In
rdrew
/
nb
Watch
1
Star
0
Fork
You've already forked nb
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
35
Commits
1
Branch
0
Tags
544 KiB
Tree:
b06b8679e2
nb
/
vim_commands.md
137 B
Raw
Blame
History
vim commands
#vim
find string
:vimgrep string dir/**/*
OR :vimgrep /somestring/gj dir/*** /* *
:copen
find file
:find*