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:
2025-07-29 16:20:22 -05:00
parent 5887bb0d4d
commit 989269f4d5
6 changed files with 56 additions and 25 deletions

View File

@@ -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