From f153fae1b3945a154c370db0df52e91e80fd2698 Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Mon, 21 Nov 2022 09:22:43 +1030 Subject: [PATCH] fixed broken option in xprofile --- .config/nvim/lua/user/whichkey.lua | 4 ++-- .config/x11/xprofile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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