Squashed commit of the following:
- the splittening. get reqs are now seperate files. and im using a loop
This commit is contained in:
2
env/.config/dunst/dunstrc
vendored
2
env/.config/dunst/dunstrc
vendored
@@ -5,7 +5,7 @@
|
||||
|
||||
# Which monitor should the notifications be displayed on.
|
||||
# i keep having to change this because hyprland ◔̯◔
|
||||
monitor = 0
|
||||
monitor = 1
|
||||
|
||||
# Display notification on focused monitor. Possible modes are:
|
||||
# mouse: follow mouse pointer
|
||||
|
||||
4
env/.config/nvim/lua/yourmom/remap.lua
vendored
4
env/.config/nvim/lua/yourmom/remap.lua
vendored
@@ -66,8 +66,8 @@ vim.keymap.set('n', '<leader>tp', ':tabp<CR>')
|
||||
vim.keymap.set("n", "<leader>ee", "oif err != nil {<CR>}<Esc>Oreturn err<Esc>")
|
||||
|
||||
-- terminal niceites
|
||||
vim.keymap.set("n", "<C-;>", ":", { desc = "Enter command mode" })
|
||||
vim.keymap.set("v", "<C-;>", ":", { desc = "Enter command mode (visual)" })
|
||||
-- vim.keymap.set("n", "<C-;>", ":", { desc = "Enter command mode" })
|
||||
-- vim.keymap.set("v", "<C-;>", ":", { desc = "Enter command mode (visual)" })
|
||||
vim.keymap.set("t", "<C-e>", "<C-\\><C-n>", { desc = "Exit terminal" })
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user