Keynotes and init.lua changes.

This commit is contained in:
Norm Rasmussen
2023-11-27 17:12:49 -05:00
parent e7f73ded6a
commit 7325aa5b0e
4 changed files with 12 additions and 7 deletions

View File

@ -40,6 +40,7 @@ map('n', '<leader>cb', ':Telescope current_buffer_fuzzy_find<CR>', default_opts)
-- Formatting
map('n', '<leader>b', ':! black %<CR>', default_opts)
map('n', '<leader>m', ':! markdownlint -f %<CR>', default_opts)
map('n', '<leader>pj', ':!python -m json.tool<CR>', default_opts)
-- Terminal
map('n', '<C-t>', ':ToggleTerm direction=float<CR>', default_opts)