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