Skip to content

ihch/mtnf.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mtnf.vim

Plug-in for move to new file in Vim. mtnf is an abbreviation for move to new file .

Install

For dein.vim

call dein#add('vim-denops/denops.vim')
call dein#add('ihch/mtnf.vim')

TOML style

[[plugins]]
repo = 'vim-denops/denops.vim'

[[plugins]]
repo = 'ihch/mtnf.vim'

Basic usage

  1. Select string in visual mode
  2. Call mtnf command (Now fixed with <leader>. . But I'll change that soon enough.)
  3. Calls the Rename command with a new file name as an argument (:Rename newfile.txt)
ihch_.vim.main.ts.-.vim.2023-05-31.00-59-04.mp4