vault backup: 2023-02-20 12:24:24

This commit is contained in:
fallen-angle
2023-02-20 12:24:25 +08:00
parent a5ade8e3ea
commit ba3bade987
2 changed files with 4 additions and 3 deletions

View File

@@ -27,7 +27,7 @@
"state": {
"file": "Books/Vim实用技巧/一、入门导读.md",
"mode": "source",
"source": false
"source": true
}
}
}
@@ -168,7 +168,7 @@
"oz-clear-unused-images:Clear Unused Images": false
}
},
"active": "0b4916a4716fb7a0",
"active": "73556bbe537378fb",
"lastOpenFiles": [
"Books/代码随想录/代码随想录.md",
"Books/代码随想录/().md",

View File

@@ -24,4 +24,5 @@ tag: vim
| `f/F{char}`/`t/T{char}` | `;` | `,` |
| `/patter<CR>`/`?pattern<CR>` | `n` | `N` |
| `:s/target/replacement` | `&` | `u` |
| `qx{changes}q` | | |
| `qx{changes}q` | `@x` | `u` |
# 技巧