Refactor contents to be compatible with GNU Stow

This commit is contained in:
Daniel McKnight 2025-05-22 20:04:40 -07:00
parent c931ac6aae
commit e23e66f801
116 changed files with 6 additions and 100 deletions

View file

@ -0,0 +1,7 @@
return {
"christoomey/vim-tmux-navigator",
vim.keymap.set('n', '<c-Left>', ':TmuxNavigateLeft<CR>'),
vim.keymap.set('n', '<c-Right>', ':TmuxNavigateRight<CR>'),
vim.keymap.set('n', '<c-Up>', ':TmuxNavigateUp<CR>'),
vim.keymap.set('n', '<c-Down>', ':TmuxNavigateDown<CR>'),
}