diff options
Diffstat (limited to 'lua/user/map.lua')
-rw-r--r-- | lua/user/map.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/user/map.lua b/lua/user/map.lua index 7bcee2f..ebcd2ca 100644 --- a/lua/user/map.lua +++ b/lua/user/map.lua @@ -2,7 +2,7 @@ local map = vim.keymap.set -- Leader vim.g.mapleader = " " -vim.g.maplocalleader = ";" +vim.g.maplocalleader = "," -- Move text easilly map("v", "J", ":m '>+1<CR>gv=gv", { desc = "Move selected text up" }) |