From 803e70e7fc5f54554f9235b3553ca9f243ac4534 Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Wed, 11 Feb 2026 01:21:02 -0600 Subject: Squashed commit of the following: - removed setkey-x11-i3.sh - added x11 keyswap to profile - c dap change - removed p10k - switched to servg - pipewire workaround - added domain to other newsboat command - added domain to newsboat - added new drive mount command - switched from notes.md to notes.adoc - fixed workspace monitor binding for i3 --- env/.config/nvim/after/plugin/dap.lua | 4 ++-- env/.config/nvim/lua/yourmom/remap.lua | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'env/.config/nvim') diff --git a/env/.config/nvim/after/plugin/dap.lua b/env/.config/nvim/after/plugin/dap.lua index a5f9c4b..6c678f7 100644 --- a/env/.config/nvim/after/plugin/dap.lua +++ b/env/.config/nvim/after/plugin/dap.lua @@ -54,8 +54,8 @@ if ok then type = "codelldb", request = "launch", program = function() - --return vim.fn.input('Path to executable: ', vim.fn.getcwd() .. '/', 'file') - return vim.fn.getcwd() .. "/" .. vim.fn.fnamemodify(vim.fn.getcwd(), ':t') + return vim.fn.input('Path to executable: ', vim.fn.getcwd() .. '/', 'file') + --return vim.fn.getcwd() .. "/" .. vim.fn.fnamemodify(vim.fn.getcwd(), ':t') end, cwd = '${workspaceFolder}', stopOnEntry = false, diff --git a/env/.config/nvim/lua/yourmom/remap.lua b/env/.config/nvim/lua/yourmom/remap.lua index 895203a..145062e 100755 --- a/env/.config/nvim/lua/yourmom/remap.lua +++ b/env/.config/nvim/lua/yourmom/remap.lua @@ -4,7 +4,7 @@ vim.g.maplocalleader=" " vim.keymap.set("n", "pv", vim.cmd.Ex) -- notes -vim.keymap.set("n", "notes", ":e ~/stuff/notes/notes.md") +vim.keymap.set("n", "notes", ":e ~/stuff/notes/notes.adoc") --move highlighted stuffs vim.keymap.set("v", "J", ":m '>+1gv=gv") -- cgit v1.3