2025-09-02
> 2025-08-14: note: Add Screenshot in Sway
diff --git a/note/configure-vim.md b/note/configure-vim.md
index 74f86fc..3f55aad 100644--- a/note/configure-vim.md
+++ b/note/configure-vim.md
@@ -3,7 +3,7 @@ title: "Configure VIM"
date: 2024-08-08
lange: en
description: "Configure VIM"-keywords: vim
+keywords: conf vim
rights: CC0 1.0
---
> 2025-05-23: Add guix guile vim note, refactor keywords
diff --git a/note/configure-vim.md b/note/configure-vim.md
index ff65d50..74f86fc 100644--- a/note/configure-vim.md
+++ b/note/configure-vim.md
@@ -3,7 +3,7 @@ title: "Configure VIM"
date: 2024-08-08
lange: en
description: "Configure VIM"-keywords: conf
+keywords: vim
rights: CC0 1.0
---
> 2025-04-24: Update vim config note
diff --git a/note/configure-vim.md b/note/configure-vim.md
index 97eac1b..ff65d50 100644--- a/note/configure-vim.md
+++ b/note/configure-vim.md
@@ -35,6 +35,7 @@ And, to make it complete:
command Doc set tw=72
command Cod set tw=79+ command Wr set sw=2 smarttab expandtab
autocmd BufWritePost *.py call flake8#Flake8()
> 2025-04-17: Add rights to post and notes, see 61ee3af
diff --git a/note/configure-vim.md b/note/configure-vim.md
index d91b026..97eac1b 100644--- a/note/configure-vim.md
+++ b/note/configure-vim.md
@@ -4,6 +4,7 @@ date: 2024-08-08
lange: en
description: "Configure VIM"
keywords: conf+rights: CC0 1.0
---
Here comes another strange time when I want to install new plugin into VIM.
> 2025-04-04: Add keywords
diff --git a/note/configure-vim.md b/note/configure-vim.md
index f191a80..d91b026 100644--- a/note/configure-vim.md
+++ b/note/configure-vim.md
@@ -3,6 +3,7 @@ title: "Configure VIM"
date: 2024-08-08
lange: en
description: "Configure VIM"+keywords: conf
---
Here comes another strange time when I want to install new plugin into VIM.
> 2025-04-04: Add lang and description to posts and notes
diff --git a/note/configure-vim.md b/note/configure-vim.md
index db90f25..f191a80 100644--- a/note/configure-vim.md
+++ b/note/configure-vim.md
@@ -1,6 +1,8 @@
---
title: "Configure VIM"
date: 2024-08-08+lange: en
+description: "Configure VIM"
---
Here comes another strange time when I want to install new plugin into VIM.
> 2025-01-02: Add hlsearch shortcut to configure vim note
diff --git a/note/configure-vim.md b/note/configure-vim.md
index 2b7821d..db90f25 100644--- a/note/configure-vim.md
+++ b/note/configure-vim.md
@@ -27,6 +27,8 @@ And, to make it complete:
set nu
set ai
+ noremap <F4> :set hlsearch! hlsearch?<CR>
+
command Doc set tw=72
command Cod set tw=79
> 2024-12-20: Add title to add script, use date only in date
diff --git a/note/configure-vim.md b/note/configure-vim.md
index f3880e1..2b7821d 100644--- a/note/configure-vim.md
+++ b/note/configure-vim.md
@@ -1,6 +1,6 @@
---
title: "Configure VIM"-date: 2024-08-08T21:55:28+02:00
+date: 2024-08-08
---
Here comes another strange time when I want to install new plugin into VIM.