This commit is contained in:
Henrik Bakken
2024-07-22 22:06:37 +02:00
parent cc01cbebf4
commit e88fb7801d
4 changed files with 7 additions and 3 deletions
+1
View File
@@ -21,6 +21,7 @@
clean = git-lfs clean -- %f clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f smudge = git-lfs smudge -- %f
process = git-lfs filter-process process = git-lfs filter-process
required = true
[interactive] [interactive]
diffFilter = delta --color-only diffFilter = delta --color-only
[merge] [merge]
+3 -3
View File
@@ -656,11 +656,11 @@ require("lazy").setup({
}, },
sh = { require("formatter.filetypes.sh").shfmt }, sh = { require("formatter.filetypes.sh").shfmt },
typescript = { typescript = {
eslint_d, -- eslint_d,
}, },
javascript = { javascript = {
prettierd, prettierd,
eslint_d, -- eslint_d,
}, },
html = { html = {
prettierd, prettierd,
@@ -668,7 +668,7 @@ require("lazy").setup({
}, },
css = { css = {
prettierd, prettierd,
eslint_d, -- eslint_d,
}, },
markdown = { prettierd }, markdown = { prettierd },
json = { require("formatter.filetypes.json").jq }, json = { require("formatter.filetypes.json").jq },
+2
View File
@@ -39,6 +39,8 @@ settings:
https://meet.google.com: true https://meet.google.com: true
content.fullscreen.window: content.fullscreen.window:
global: true global: true
content.javascript.clipboard:
global: access-paste
content.register_protocol_handler: content.register_protocol_handler:
https://calendar.google.com?cid=%25s: true https://calendar.google.com?cid=%25s: true
tabs.mode_on_change: tabs.mode_on_change:
+1
View File
@@ -37,6 +37,7 @@ bindkey "^[[1;3D" backward-word # alt+left
bindkey "[[3~" delete-char # delete bindkey "[[3~" delete-char # delete
bindkey "^[^?" backward-kill-word # alt+backspace bindkey "^[^?" backward-kill-word # alt+backspace
bindkey '^[[Z' reverse-menu-complete bindkey '^[[Z' reverse-menu-complete
bindkey '^[^M' self-insert-unmeta # alt+enter newline
# substring search # substring search
bindkey "^[[A" history-substring-search-up # up bindkey "^[[A" history-substring-search-up # up