updates
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
[interactive]
|
||||
diffFilter = delta --color-only
|
||||
[merge]
|
||||
|
||||
+3
-3
@@ -656,11 +656,11 @@ require("lazy").setup({
|
||||
},
|
||||
sh = { require("formatter.filetypes.sh").shfmt },
|
||||
typescript = {
|
||||
eslint_d,
|
||||
-- eslint_d,
|
||||
},
|
||||
javascript = {
|
||||
prettierd,
|
||||
eslint_d,
|
||||
-- eslint_d,
|
||||
},
|
||||
html = {
|
||||
prettierd,
|
||||
@@ -668,7 +668,7 @@ require("lazy").setup({
|
||||
},
|
||||
css = {
|
||||
prettierd,
|
||||
eslint_d,
|
||||
-- eslint_d,
|
||||
},
|
||||
markdown = { prettierd },
|
||||
json = { require("formatter.filetypes.json").jq },
|
||||
|
||||
@@ -39,6 +39,8 @@ settings:
|
||||
https://meet.google.com: true
|
||||
content.fullscreen.window:
|
||||
global: true
|
||||
content.javascript.clipboard:
|
||||
global: access-paste
|
||||
content.register_protocol_handler:
|
||||
https://calendar.google.com?cid=%25s: true
|
||||
tabs.mode_on_change:
|
||||
|
||||
@@ -37,6 +37,7 @@ bindkey "^[[1;3D" backward-word # alt+left
|
||||
bindkey "[[3~" delete-char # delete
|
||||
bindkey "^[^?" backward-kill-word # alt+backspace
|
||||
bindkey '^[[Z' reverse-menu-complete
|
||||
bindkey '^[^M' self-insert-unmeta # alt+enter newline
|
||||
|
||||
# substring search
|
||||
bindkey "^[[A" history-substring-search-up # up
|
||||
|
||||
Reference in New Issue
Block a user