diff options
Diffstat (limited to 'content/til/vim-paste-file.md')
-rw-r--r-- | content/til/vim-paste-file.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/content/til/vim-paste-file.md b/content/til/vim-paste-file.md new file mode 100644 index 0000000..712085e --- /dev/null +++ b/content/til/vim-paste-file.md @@ -0,0 +1,8 @@ +--- +title: "TIL: Paste filename in vim" +date: 2021-04-27T23:12:29+07:00 +translationKey: vim-paste-file +tags: [vim, trick] +--- + +To paste the current file's name into itself, type Ctrl+R then %. |