diff options
| author | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-06-03 17:52:35 +0100 |
|---|---|---|
| committer | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-06-03 17:52:35 +0100 |
| commit | 1313031ffade5e5008d44eb11fa93d6e8cdcd041 (patch) | |
| tree | c5fd1434a26372d03a2fe3bc0a84540ff76faac1 /lua/user/keymaps.lua | |
| parent | e02f42bdffc77b0744a68fcabe41b4238d9335e1 (diff) | |
| parent | d362e34fd1044ae09158eb10243a7ec2cc502a4d (diff) | |
Merge branch '14-null-ls' into vgg
Diffstat (limited to 'lua/user/keymaps.lua')
| -rw-r--r-- | lua/user/keymaps.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/user/keymaps.lua b/lua/user/keymaps.lua index 2827499..49087c7 100644 --- a/lua/user/keymaps.lua +++ b/lua/user/keymaps.lua @@ -65,6 +65,7 @@ keymap("t", "<C-l>", "<C-\\><C-N><C-w>l", term_opts) -- Nvimtree keymap("n", "<leader>e", ":NvimTreeToggle<cr>", opts) +keymap("n", "<leader>f", ":Format<cr>", opts) -- keymap("n", "<leader>f", "<cmd>Telescope find_files<cr>", opts) keymap("n", "<leader>f", "<cmd>lua require'telescope.builtin'.find_files(require('telescope.themes').get_dropdown({ previewer = false }))<cr>", opts) keymap("n", "<c-t>", "<cmd>Telescope live_grep<cr>", opts) |
