modified: init.lua
modified: lua/config.lua modified: lua/keybinds.lua renamed: lua/lsp_setup.lua -> lua/lsp.lua modified: lua/plugins.lua modified: plugin/packer_compiled.lua
This commit is contained in:
+2
-2
@@ -63,12 +63,12 @@ map("v", "w", hopword, {silent = true})
|
||||
-- FZF --
|
||||
---------
|
||||
map("n", "<Leader>o", ":Files <CR>")
|
||||
map("n", "<Leader>b", ":Buffers <CR>")
|
||||
map("n", "<Leader>p", ":Buffers <CR>")
|
||||
map("n", "<Leader>h", ":Helptags <CR>")
|
||||
map("n", "<Leader>;", ":History: <CR>")
|
||||
map("n", "<Leader>c", ":Commands <CR>")
|
||||
map("n", "<Leader>/", ":Rg <CR>")
|
||||
map("n", "<Leader>[", ":Windows <CR>")
|
||||
--map("n", "<Leader>[", ":Windows <CR>")
|
||||
|
||||
---------
|
||||
-- ALE --
|
||||
|
||||
Reference in New Issue
Block a user