diff --git a/nvim/lua/kickstart/plugins/flash.lua b/nvim/lua/kickstart/plugins/flash.lua index 8f5ec1d..08b0813 100644 --- a/nvim/lua/kickstart/plugins/flash.lua +++ b/nvim/lua/kickstart/plugins/flash.lua @@ -4,8 +4,8 @@ return { ---@type Flash.Config opts = {}, keys = { - { "zf", 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").jump() end, desc = "Flash" }, + { "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", "x" }, function() require("flash").treesitter_search() end, desc = "Treesitter Search" }, { "zs", mode = { "c" }, function() require("flash").toggle() end, desc = "Toggle Flash Search" }, diff --git a/tmux/tmux.conf.local b/tmux/tmux.conf.local index ac92747..7ed2fe9 100644 --- a/tmux/tmux.conf.local +++ b/tmux/tmux.conf.local @@ -71,35 +71,19 @@ tmux_conf_24b_colour=auto # - tmux_conf_theme_synchronized tmux_conf_theme=enabled -# color_yellow="#FCDE70" color_yellow="yellow" -# color_red="#D91656" color_reg="red" -# color_green="#85A947" color_green="green" -# color_teal="#219B9D" color_teal="teal" -# color_white="#fff" color_white="white" -# color_pink="#f5c2e7" color_pink="pink" -color_black="#000000" -# color_black="black" -# color_blue='#3D3BF3' +color_black="black" color_blue="blue" color_mauve="#FFE3E3" color_offwhite="#F9F9F2" -color_grey="#2a2a2a" -# color_grey="grey" +color_grey="grey" -# accent="#015551" -# accent="#143D60" -# accent="#22177A" -# accent="#3D8D7A" - -accent="green" - -color_accent="$accent" +color_accent="green" color_primary="default" color_secondary="$color_grey" color_fg_primary="default"