Set some shortcuts

This commit is contained in:
Josh Holtrop 2026-05-13 14:57:24 -04:00
parent 882286f6bb
commit 394eb6ab29

View File

@ -8,3 +8,8 @@ vim.cmd([[runtime plugin/fzf-lua.lua]])
-- Show titlestring in GUI window title -- Show titlestring in GUI window title
vim.opt.title = true vim.opt.title = true
-- Shortcuts
vim.cmd([[map <C-s> :FzfLua combine pickers=buffers,git_files<CR>]])
vim.cmd([[vnoremap < <gv]])
vim.cmd([[vnoremap > >gv]])