Squashed commit of the following:
- customized tmux bar
- swapped harpoon keys
- fixed exit terminal key
- removed trailing commas in waybar config
- neovim
- added proj search
- added notes bind
- bind to exit term (doesnt really work for me)
- auto cwd OF file dir OR git main dir WHEN bufenter and bind
- swaped tmux move keys
- changed showmethekey windowrule
This commit is contained in:
4
env/.config/nvim/after/plugin/harpoon.lua
vendored
4
env/.config/nvim/after/plugin/harpoon.lua
vendored
@@ -7,8 +7,8 @@ if ok then
|
||||
vim.keymap.set("n","<C-e>", ui.toggle_quick_menu)
|
||||
|
||||
|
||||
vim.keymap.set("n","<C-y>", function() ui.nav_file(1) end)
|
||||
vim.keymap.set("n","<C-t>", function() ui.nav_file(2) end)
|
||||
vim.keymap.set("n","<C-t>", function() ui.nav_file(1) end)
|
||||
vim.keymap.set("n","<C-y>", function() ui.nav_file(2) end)
|
||||
vim.keymap.set("n","<C-n>", function() ui.nav_file(3) end)
|
||||
vim.keymap.set("n","<C-s>", function() ui.nav_file(4) end)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user