Various dotfiles fixes
This commit is contained in:
@@ -4,8 +4,8 @@ return {
|
|||||||
---@type Flash.Config
|
---@type Flash.Config
|
||||||
opts = {},
|
opts = {},
|
||||||
keys = {
|
keys = {
|
||||||
{ "zf", mode = { "n", "x", "o" }, function() require("flash").jump() end, desc = "Flash" },
|
{ "zj", mode = { "n", "x", "o" }, function() require("flash").jump() end, desc = "Flash" },
|
||||||
{ "zF", mode = { "n", "x", "o" }, function() require("flash").treesitter() end, desc = "Flash Treesitter" },
|
{ "zJ", mode = { "n", "x", "o" }, function() require("flash").treesitter() end, desc = "Flash Treesitter" },
|
||||||
{ "zr", mode = "o", function() require("flash").remote() end, desc = "Remote Flash" },
|
{ "zr", mode = "o", function() require("flash").remote() end, desc = "Remote Flash" },
|
||||||
{ "zR", mode = { "o", "x" }, function() require("flash").treesitter_search() end, desc = "Treesitter Search" },
|
{ "zR", mode = { "o", "x" }, function() require("flash").treesitter_search() end, desc = "Treesitter Search" },
|
||||||
{ "zs", mode = { "c" }, function() require("flash").toggle() end, desc = "Toggle Flash Search" },
|
{ "zs", mode = { "c" }, function() require("flash").toggle() end, desc = "Toggle Flash Search" },
|
||||||
|
|||||||
@@ -71,35 +71,19 @@ tmux_conf_24b_colour=auto
|
|||||||
# - tmux_conf_theme_synchronized
|
# - tmux_conf_theme_synchronized
|
||||||
tmux_conf_theme=enabled
|
tmux_conf_theme=enabled
|
||||||
|
|
||||||
# color_yellow="#FCDE70"
|
|
||||||
color_yellow="yellow"
|
color_yellow="yellow"
|
||||||
# color_red="#D91656"
|
|
||||||
color_reg="red"
|
color_reg="red"
|
||||||
# color_green="#85A947"
|
|
||||||
color_green="green"
|
color_green="green"
|
||||||
# color_teal="#219B9D"
|
|
||||||
color_teal="teal"
|
color_teal="teal"
|
||||||
# color_white="#fff"
|
|
||||||
color_white="white"
|
color_white="white"
|
||||||
# color_pink="#f5c2e7"
|
|
||||||
color_pink="pink"
|
color_pink="pink"
|
||||||
color_black="#000000"
|
color_black="black"
|
||||||
# color_black="black"
|
|
||||||
# color_blue='#3D3BF3'
|
|
||||||
color_blue="blue"
|
color_blue="blue"
|
||||||
color_mauve="#FFE3E3"
|
color_mauve="#FFE3E3"
|
||||||
color_offwhite="#F9F9F2"
|
color_offwhite="#F9F9F2"
|
||||||
color_grey="#2a2a2a"
|
color_grey="grey"
|
||||||
# color_grey="grey"
|
|
||||||
|
|
||||||
# accent="#015551"
|
color_accent="green"
|
||||||
# accent="#143D60"
|
|
||||||
# accent="#22177A"
|
|
||||||
# accent="#3D8D7A"
|
|
||||||
|
|
||||||
accent="green"
|
|
||||||
|
|
||||||
color_accent="$accent"
|
|
||||||
color_primary="default"
|
color_primary="default"
|
||||||
color_secondary="$color_grey"
|
color_secondary="$color_grey"
|
||||||
color_fg_primary="default"
|
color_fg_primary="default"
|
||||||
|
|||||||
Reference in New Issue
Block a user