diff --git a/.index b/.index index 2e59061..bf82c5e 100644 --- a/.index +++ b/.index @@ -2,3 +2,4 @@ lando_drupal_install.md 20221011132429.md clone_d9_site_for_local_dev.md github_token.md +vim_commands.md diff --git a/vim_commands.md b/vim_commands.md new file mode 100644 index 0000000..6d814a2 --- /dev/null +++ b/vim_commands.md @@ -0,0 +1,12 @@ +# vim commands + +#vim + +# find string +* :vimgrep string dir/**/* +* OR :vimgrep /somestring/gj dir/*** /* * +* :copen + +# find file +* :find* +