From c11bc0a1d4b2e5fa47b1509d700b7e61fc8257dc Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Thu, 3 Feb 2022 20:10:35 +0100 Subject: [PATCH] fix vim titles --- vim/navigate.md | 2 +- vim/vim-completion.md | 2 +- vim/vim-screens.md | 15 --------------- vim/vim-search.md | 2 +- vim/vim-windows.md | 2 +- vim/vim.md | 6 ------ 6 files changed, 4 insertions(+), 25 deletions(-) delete mode 100644 vim/vim-screens.md delete mode 100644 vim/vim.md diff --git a/vim/navigate.md b/vim/navigate.md index 57dcddd..937f1a4 100644 --- a/vim/navigate.md +++ b/vim/navigate.md @@ -1,5 +1,5 @@ --- -title: "navigate" +title: "vim navigation" tags: [ "Documentation", "vim" ] --- diff --git a/vim/vim-completion.md b/vim/vim-completion.md index 53da815..9c79aea 100644 --- a/vim/vim-completion.md +++ b/vim/vim-completion.md @@ -1,5 +1,5 @@ --- -title: "completion" +title: "vim completion" tags: [ "Documentation", "vim" ] --- diff --git a/vim/vim-screens.md b/vim/vim-screens.md deleted file mode 100644 index aaa990e..0000000 --- a/vim/vim-screens.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "screens" -tags: [ "Documentation", "vim" ] ---- - -Make a horizontal split with: - -> :sp - -> C-w s - -Or a vertical split with: - -> :vsp -> C-w v diff --git a/vim/vim-search.md b/vim/vim-search.md index b6a280e..237a512 100644 --- a/vim/vim-search.md +++ b/vim/vim-search.md @@ -1,5 +1,5 @@ --- -title: "search" +title: "vim search" tags: [ "Documentation", "vim" ] --- Search and replace the first 'one' found with 'two': diff --git a/vim/vim-windows.md b/vim/vim-windows.md index 9cd879a..8b62263 100644 --- a/vim/vim-windows.md +++ b/vim/vim-windows.md @@ -1,5 +1,5 @@ --- -title: "windows" +title: "vim windows" tags: [ "Documentation", "vim" ] --- diff --git a/vim/vim.md b/vim/vim.md deleted file mode 100644 index 8cd47fa..0000000 --- a/vim/vim.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "vim" -tags: [ "Documentation", "vim" ] ---- -Describe what you want, then press as few keys as possible. -