diff options
| author | christianchiarulli <chrisatmachine@gmail.com> | 2022-01-02 15:13:39 -0500 |
|---|---|---|
| committer | christianchiarulli <chrisatmachine@gmail.com> | 2022-01-02 15:13:39 -0500 |
| commit | 8309138032f1bcd6eeb9586994994696f4786204 (patch) | |
| tree | 810f91cc9d0e0006bee45039c55295e660f69b36 /lua/user/keymaps.lua | |
| parent | 65466d0b009251f5dfc745abfac9540f2b597eb8 (diff) | |
updates for video
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 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) |
