aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-10-07 14:57:58 +0200
committersrdusr <trevorgray@srdusr.com>2023-10-07 14:57:58 +0200
commit2ff9ed3f4c179a5d03247b79caee4bd0b24d8abb (patch)
treeac2db6b4b0574c059f2a1a4fffae2e3b45d2f229 /lua
parent62735ba9f0c75ea00e18a770da6d99d0705504f7 (diff)
downloaddotfiles-2ff9ed3f4c179a5d03247b79caee4bd0b24d8abb.tar.gz
dotfiles-2ff9ed3f4c179a5d03247b79caee4bd0b24d8abb.zip
Key for RenameFile()
Diffstat (limited to 'lua')
-rw-r--r--lua/user/keys.lua3
1 files changed, 3 insertions, 0 deletions
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', '<leader>vt', '<Cmd>call utils#VerboseToggle()<CR>')
-- Jump List
map('n', '<leader>j', '<Cmd>call utils#GotoJump()<CR>')
+-- Rename file
+map('n', '<leader>rf', '<Cmd>call utils#RenameFile()<CR>')
+
-- Map delete to Ctrl+l
map('i', '<C-l>', '<Del>')