From 2ff9ed3f4c179a5d03247b79caee4bd0b24d8abb Mon Sep 17 00:00:00 2001 From: srdusr Date: Sat, 7 Oct 2023 14:57:58 +0200 Subject: Key for RenameFile() --- lua/user/keys.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lua') diff --git a/lua/user/keys.lua b/lua/user/keys.lua index ebafd21..acd5df6 100644 --- a/lua/user/keys.lua +++ b/lua/user/keys.lua @@ -138,6 +138,9 @@ map('n', 'vt', 'call utils#VerboseToggle()') -- Jump List map('n', 'j', 'call utils#GotoJump()') +-- Rename file +map('n', 'rf', 'call utils#RenameFile()') + -- Map delete to Ctrl+l map('i', '', '') -- cgit v1.2.3