Update tmux keybindings and a few nvim settings/mappings

This commit is contained in:
david
2025-08-26 12:04:22 -05:00
parent e884dc09e1
commit 26b0fd8b40
4 changed files with 17 additions and 12 deletions

View File

@@ -35,6 +35,7 @@ return {
{
"folke/tokyonight.nvim",
lazy = false,
priority = 1000,
opts = {
style = "night", -- "night", "storm", "moon", "day"
styles = {
@@ -43,6 +44,7 @@ return {
on_colors = function(colors)
colors.hint = colors.orange
colors.error = "#ff0000"
colors.fg_gutter = "#9098B8"
end
},
}