summaryrefslogtreecommitdiff
path: root/lua/user/keymaps.lua
diff options
context:
space:
mode:
authorchristianchiarulli <chrisatmachine@gmail.com>2022-01-02 15:13:39 -0500
committerchristianchiarulli <chrisatmachine@gmail.com>2022-01-02 15:13:39 -0500
commit8309138032f1bcd6eeb9586994994696f4786204 (patch)
tree810f91cc9d0e0006bee45039c55295e660f69b36 /lua/user/keymaps.lua
parent65466d0b009251f5dfc745abfac9540f2b597eb8 (diff)
updates for video
Diffstat (limited to 'lua/user/keymaps.lua')
-rw-r--r--lua/user/keymaps.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/user/keymaps.lua b/lua/user/keymaps.lua
index 638cab5..6140fbd 100644
--- a/lua/user/keymaps.lua
+++ b/lua/user/keymaps.lua
@@ -69,3 +69,4 @@ 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)