aboutsummaryrefslogtreecommitdiff
path: root/lua/user
diff options
context:
space:
mode:
Diffstat (limited to 'lua/user')
-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>')