This commit is contained in:
Daniel Flanagan 2023-07-03 23:55:31 -05:00
parent 9ecb453e59
commit 23ffae2d1a
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
2 changed files with 4 additions and 2 deletions

View File

@ -38,8 +38,6 @@ D = "kill_to_line_end"
q = ":reflow 80"
Q = ":reflow 120"
v = ":run-shell-command fish -c 'env > /tmp/env'"
J = ":bp"
K = ":bn"
C = ":bc"
# O = ["select_textobject_inner WORD", ":pipe-to xargs xdg-open"]

View File

@ -11,6 +11,10 @@ name = "fish"
auto-format = true
indent = { tab-width = 2, unit = "\t" }
[[language]]
name = "go"
indent = { tab-width = 2, unit = "\t" }
[[language]]
name = "javascript"
scope = "source.js"