Update tmux-sessionator, and some other configs

This commit is contained in:
Michael Housh
2023-10-04 23:11:05 -04:00
parent e3ff780999
commit fa02ac9889
5 changed files with 44 additions and 27 deletions

View File

@@ -52,6 +52,9 @@ vim.cmd('autocmd! TermOpen term://* lua set_terminal_keymaps()')
keymap('n', '<leader>f', '<cmd>:Format<CR>', default_options)
keymap('n', '<leader>F', '<cmd>:FormatWrite<CR>', default_options)
-- Turn off highlighting after search.
keymap('n', '<leader>n', '<cmd>:noh<cr>', default_options)
-- LuaSnip Keymaps
--local ls = require('luasnip')