diff --git a/.config/nvim/lua/user/whichkey.lua b/.config/nvim/lua/user/whichkey.lua index 313c44c..3f64044 100644 --- a/.config/nvim/lua/user/whichkey.lua +++ b/.config/nvim/lua/user/whichkey.lua @@ -194,8 +194,8 @@ local mappings = { l = { name = "LSP", a = { "CodeActionMenu", "Code Action" }, - d = { "TroubleToggle document_diagnostics", "Diagnostics" }, - D = { "lua vim.lsp.buf.definition()", "Definition" }, + D = { "TroubleToggle document_diagnostics", "Diagnostics" }, + d = { "lua vim.lsp.buf.definition()", "Definition" }, w = { "TroubleToggle workspace_diagnostics", "Workspace Diagnostics", diff --git a/.config/x11/xprofile b/.config/x11/xprofile index 879afec..8fd21b1 100755 --- a/.config/x11/xprofile +++ b/.config/x11/xprofile @@ -2,7 +2,7 @@ # start universal things here like keyboard map, cursor, and default screenlayout # keyboard layout -setxkbmap -layout dvorak -options ctrl:nocaps & +setxkbmap -layout dvorak -option ctrl:nocaps & # cursor xsetroot -cursor_name left_ptr