Browse Source

[nb] Add: vim_commands.md

master
rdrew 2 years ago
parent
commit
7dd51539df
  1. 1
      .index
  2. 12
      vim_commands.md

1
.index

@ -2,3 +2,4 @@ lando_drupal_install.md
20221011132429.md 20221011132429.md
clone_d9_site_for_local_dev.md clone_d9_site_for_local_dev.md
github_token.md github_token.md
vim_commands.md

12
vim_commands.md

@ -0,0 +1,12 @@
# vim commands
#vim
# find string
* :vimgrep string dir/**/*
* OR :vimgrep /somestring/gj dir/*** /* *
* :copen
# find file
* :find*
Loading…
Cancel
Save