From 7dd51539df1ad02005c25d5b007c35dac36a1bff Mon Sep 17 00:00:00 2001 From: rdrew Date: Tue, 11 Oct 2022 13:36:07 -0300 Subject: [PATCH] [nb] Add: vim_commands.md --- .index | 1 + vim_commands.md | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 vim_commands.md 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* +