Cleanup
This commit is contained in:
parent
9ecb453e59
commit
23ffae2d1a
|
@ -38,8 +38,6 @@ D = "kill_to_line_end"
|
||||||
q = ":reflow 80"
|
q = ":reflow 80"
|
||||||
Q = ":reflow 120"
|
Q = ":reflow 120"
|
||||||
v = ":run-shell-command fish -c 'env > /tmp/env'"
|
v = ":run-shell-command fish -c 'env > /tmp/env'"
|
||||||
J = ":bp"
|
|
||||||
K = ":bn"
|
|
||||||
C = ":bc"
|
C = ":bc"
|
||||||
# O = ["select_textobject_inner WORD", ":pipe-to xargs xdg-open"]
|
# O = ["select_textobject_inner WORD", ":pipe-to xargs xdg-open"]
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,10 @@ name = "fish"
|
||||||
auto-format = true
|
auto-format = true
|
||||||
indent = { tab-width = 2, unit = "\t" }
|
indent = { tab-width = 2, unit = "\t" }
|
||||||
|
|
||||||
|
[[language]]
|
||||||
|
name = "go"
|
||||||
|
indent = { tab-width = 2, unit = "\t" }
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "javascript"
|
name = "javascript"
|
||||||
scope = "source.js"
|
scope = "source.js"
|
||||||
|
|
Reference in a new issue