From cdee3ffab8ec76291ec4bba5370aafed1a1f47ed Mon Sep 17 00:00:00 2001 From: Ngô Ngọc Đức Huy Date: Wed, 28 Apr 2021 13:08:40 +0700 Subject: Add TIL section --- content/til/vim-paste-file.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 content/til/vim-paste-file.md (limited to 'content/til/vim-paste-file.md') 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 %. -- cgit 1.4.1