diff options
-rw-r--r-- | fnl/nvrc/keymaps.fnl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fnl/nvrc/keymaps.fnl b/fnl/nvrc/keymaps.fnl index 64c0a5b..3b2814a 100644 --- a/fnl/nvrc/keymaps.fnl +++ b/fnl/nvrc/keymaps.fnl @@ -10,6 +10,7 @@ (map! [n :silent] :<leader>w ":enew <cr>") (map! [n :silent] :<leader>a ":tabnew <cr>") (map! [n :silent] :<leader>s ":set nu! <cr>") +(map! [n :silent] :<leader>d ":buffers <cr>") (map! [n :silent] :<leader>ya ":%y+ <cr>") (map! [n :silent] :<leader>/ |