Skip to content

Commit

Permalink
feat(twilight-nvim)!: Change keymap due to conflict with transparent-…
Browse files Browse the repository at this point in the history
…nvim (#1033)

Update twiligh-nvim toggle keymap
  • Loading branch information
TinyLittleWheatley authored Jun 10, 2024
1 parent 5e6e95a commit 9d8f757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrocommunity/color/twilight-nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ return {
opts = {
mappings = {
n = {
["<Leader>uT"] = { "<Cmd>Twilight<CR>", desc = "Toggle Twilight" },
["<Leader>uW"] = { "<Cmd>Twilight<CR>", desc = "Toggle Twilight" },
},
},
},
Expand Down

0 comments on commit 9d8f757

Please sign in to comment.