blob: 5d4bbd1312019cf68a38d05fb7ec0d3ae658b41d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
---
title: "TIL: Paste filename in vim"
date: 2021-04-27T23:12:29+07:00
translationKey: vim-paste-file
categories: [software, guide]
tags: [vim]
---
To paste the current file's name into itself, type Ctrl+R then %.
|