Up.
This commit is contained in:
parent
3bf4b98358
commit
1a77faa174
@ -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" }
|
||||||
|
@ -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]
|
||||||
|
Loading…
Reference in New Issue
Block a user