1
0
This commit is contained in:
Jeff Lance 2024-04-10 23:32:20 +02:00
parent 3bf4b98358
commit 1a77faa174
2 changed files with 3 additions and 3 deletions

View File

@ -96,7 +96,7 @@ M.setup = function()
lvim.builtin.which_key.mappings["s"] = { "<CMD>echom 'Sourcing' <BAR> source %<CR>", "Source current file" } lvim.builtin.which_key.mappings["s"] = { "<CMD>echom 'Sourcing' <BAR> source %<CR>", "Source current file" }
lvim.builtin.which_key.mappings["x"] = { "<CMD>w! <BAR> q!<CR>", "Save and quit" } lvim.builtin.which_key.mappings["Q"] = { "<CMD>w! <BAR> q!<CR>", "Save and quit" }
lvim.builtin.which_key.mappings[";"] = {} lvim.builtin.which_key.mappings[";"] = {}
-- lvim.builtin.which_key.mappings["e"] = { ":lua require('user.functions').xplr_toggle()<CR>", "File manager" } -- lvim.builtin.which_key.mappings["e"] = { ":lua require('user.functions').xplr_toggle()<CR>", "File manager" }

View File

@ -1,9 +1,9 @@
[user] [user]
name = Jeff LANCE name = Jeff LANCE
email = "{{ .email }}" email = "{{ .email }}"
{{ if not (empty .signinkey) }} {{- if not (empty .signinkey) -}}
signinkey = "{{ .signinkey }}" signinkey = "{{ .signinkey }}"
{{ end }} {{- end -}}
[core] [core]
excludesfile = /home/jeff/.gitignore.global excludesfile = /home/jeff/.gitignore.global
[credential] [credential]