blob: f6d6ad218a39758134e0b48a4dea000c1eaeecf3 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
+++
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 %.
|