Clean up duplicate sections/bindings
This commit is contained in:
parent
f1e9c49940
commit
b5378724da
@ -23,14 +23,11 @@ wrap-at-text-width = true
|
|||||||
center = ["version-control"]
|
center = ["version-control"]
|
||||||
|
|
||||||
[keys.normal]
|
[keys.normal]
|
||||||
C-r = ":config-reload"
|
C-R = ":config-reload"
|
||||||
|
|
||||||
_ = { n = ":set whitespace.render none", a = ":set whitespace.render all" }
|
_ = { n = ":set whitespace.render none", a = ":set whitespace.render all" }
|
||||||
|
|
||||||
[keys.normal.space]
|
|
||||||
i = ":toggle lsp.display-inlay-hints"
|
|
||||||
|
|
||||||
# Git integration with lazygit
|
# Git integration with lazygit
|
||||||
[keys.normal]
|
|
||||||
C-g = [
|
C-g = [
|
||||||
":write-all",
|
":write-all",
|
||||||
":insert-output lazygit >/dev/tty",
|
":insert-output lazygit >/dev/tty",
|
||||||
@ -38,8 +35,18 @@ C-g = [
|
|||||||
":reload-all"
|
":reload-all"
|
||||||
]
|
]
|
||||||
|
|
||||||
# File explorer with yazi
|
# Search and replace with scooter
|
||||||
|
C-r = [
|
||||||
|
":write-all",
|
||||||
|
":insert-output scooter >/dev/tty",
|
||||||
|
":redraw",
|
||||||
|
":reload-all"
|
||||||
|
]
|
||||||
|
|
||||||
[keys.normal.space]
|
[keys.normal.space]
|
||||||
|
i = ":toggle lsp.display-inlay-hints"
|
||||||
|
|
||||||
|
# File explorer with yazi
|
||||||
e = [
|
e = [
|
||||||
":sh rm -f /tmp/unique-file-c5140c67",
|
":sh rm -f /tmp/unique-file-c5140c67",
|
||||||
":insert-output yazi '%{buffer_name}' --chooser-file=/tmp/unique-file-c5140c67",
|
":insert-output yazi '%{buffer_name}' --chooser-file=/tmp/unique-file-c5140c67",
|
||||||
@ -58,12 +65,3 @@ E = [
|
|||||||
":set mouse false",
|
":set mouse false",
|
||||||
":set mouse true",
|
":set mouse true",
|
||||||
]
|
]
|
||||||
|
|
||||||
# Search and replace with scooter
|
|
||||||
[keys.normal]
|
|
||||||
C-r = [
|
|
||||||
":write-all",
|
|
||||||
":insert-output scooter >/dev/tty",
|
|
||||||
":redraw",
|
|
||||||
":reload-all"
|
|
||||||
]
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user