More keybindings

This commit is contained in:
Jeremy Wall 2023-07-31 10:34:26 -04:00
parent aede76f8b3
commit 20102b6b92
3 changed files with 8 additions and 3 deletions

View File

@ -120,6 +120,7 @@
go
htop
colima
ghidra
#podman-desktop # Broken on darwin right now with electron build issues.
# Note that podman expects qemu to be installed in order to use the podman machine setup.
qemu

View File

@ -222,5 +222,9 @@ vim.keymap.set("n", "<Leader>ts", function()
vim.cmd("tabs")
end)
vim.keymap.set("n", "<Leader>mg", function()
vim.cmd("MagitOnly")
end)
-- Show whatever errors we have in our trouble pane
vim.keymap.set("n", "<Leader>se", "<cmd>TroubleToggle<cr>", { silent = true, noremap = true })

6
nix/darwin/flake.lock generated
View File

@ -34,12 +34,12 @@
},
"locked": {
"lastModified": 1,
"narHash": "sha256-ARlBbx9xYaVYX1uk/WOI+68LM3ISdb6HfTWJt/B/aoA=",
"path": "/nix/store/q121yq9hbgn3m81ffgbsrlq400wh88af-source/nix/base-system",
"narHash": "sha256-wRb0P5jMXrHX1rhG1I3R5Zqfyy/rMMozSRQaXOEYClU=",
"path": "/nix/store/d7hmhpvl3a9dd2awn856rg7knv4w0bjl-source/nix/base-system",
"type": "path"
},
"original": {
"path": "/nix/store/q121yq9hbgn3m81ffgbsrlq400wh88af-source/nix/base-system",
"path": "/nix/store/d7hmhpvl3a9dd2awn856rg7knv4w0bjl-source/nix/base-system",
"type": "path"
}
},