diff options
Diffstat (limited to 'content/notes/vim-paste-file.md')
-rw-r--r-- | content/notes/vim-paste-file.md | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/content/notes/vim-paste-file.md b/content/notes/vim-paste-file.md index 5d4bbd1..f6d6ad2 100644 --- a/content/notes/vim-paste-file.md +++ b/content/notes/vim-paste-file.md @@ -1,9 +1,8 @@ ---- -title: "TIL: Paste filename in vim" -date: 2021-04-27T23:12:29+07:00 -translationKey: vim-paste-file -categories: [software, guide] -tags: [vim] ---- ++++ +title = "TIL: Paste filename in vim" +date = 2021-04-27T23:12:29+07:00 +categories = ["software", "guide"] +tags = ["vim"] ++++ To paste the current file's name into itself, type Ctrl+R then %. |