diff --git a/home/dot_config/lvim/lua/user/whichkey.lua b/home/dot_config/lvim/lua/user/whichkey.lua index a23f75a..be3ec76 100644 --- a/home/dot_config/lvim/lua/user/whichkey.lua +++ b/home/dot_config/lvim/lua/user/whichkey.lua @@ -96,7 +96,7 @@ M.setup = function() lvim.builtin.which_key.mappings["s"] = { "echom 'Sourcing' source %", "Source current file" } - lvim.builtin.which_key.mappings["x"] = { "w! q!", "Save and quit" } + lvim.builtin.which_key.mappings["Q"] = { "w! q!", "Save and quit" } lvim.builtin.which_key.mappings[";"] = {} -- lvim.builtin.which_key.mappings["e"] = { ":lua require('user.functions').xplr_toggle()", "File manager" } diff --git a/home/dot_gitconfig.tmpl b/home/dot_gitconfig.tmpl index abf1a31..f8902d3 100644 --- a/home/dot_gitconfig.tmpl +++ b/home/dot_gitconfig.tmpl @@ -1,9 +1,9 @@ [user] name = Jeff LANCE email = "{{ .email }}" -{{ if not (empty .signinkey) }} +{{- if not (empty .signinkey) -}} signinkey = "{{ .signinkey }}" -{{ end }} +{{- end -}} [core] excludesfile = /home/jeff/.gitignore.global [credential]