mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-06 19:45:23 +00:00
refactor(shell): more default shell integration triggers
This commit is contained in:
parent
a6a73c5bb3
commit
d839166ef1
@ -165,13 +165,42 @@ toggle_preview = "ctrl-o"
|
|||||||
# "dirs" = ["ls"]
|
# "dirs" = ["ls"]
|
||||||
# "files" = ["cat", "cp"]
|
# "files" = ["cat", "cp"]
|
||||||
# ```
|
# ```
|
||||||
|
"alias" = ["alias", "unalias"]
|
||||||
"env" = ["export", "unset"]
|
"env" = ["export", "unset"]
|
||||||
"dirs" = ["cd", "ls", "rmdir"]
|
"dirs" = ["cd", "ls", "rmdir"]
|
||||||
"files" = ["cat", "less", "head", "tail", "vim", "bat"]
|
"files" = [
|
||||||
"git-diff" = ["git add"]
|
"cat",
|
||||||
"git-branch" = ["git checkout", "git branch -d"]
|
"less",
|
||||||
|
"head",
|
||||||
|
"tail",
|
||||||
|
"vim",
|
||||||
|
"nano",
|
||||||
|
"bat",
|
||||||
|
"cp",
|
||||||
|
"mv",
|
||||||
|
"rm",
|
||||||
|
"touch",
|
||||||
|
"chmod",
|
||||||
|
"chown",
|
||||||
|
"ln",
|
||||||
|
"tar",
|
||||||
|
"zip",
|
||||||
|
"unzip",
|
||||||
|
"gzip",
|
||||||
|
"gunzip",
|
||||||
|
"xz",
|
||||||
|
]
|
||||||
|
"git-diff" = ["git add", "git restore"]
|
||||||
|
"git-branch" = [
|
||||||
|
"git checkout",
|
||||||
|
"git branch",
|
||||||
|
"git merge",
|
||||||
|
"git rebase",
|
||||||
|
"git pull",
|
||||||
|
"git push",
|
||||||
|
]
|
||||||
"docker-images" = ["docker run"]
|
"docker-images" = ["docker run"]
|
||||||
"git-repos" = ["nvim"]
|
"git-repos" = ["nvim", "code", "hx", "git clone"]
|
||||||
|
|
||||||
|
|
||||||
[shell_integration.keybindings]
|
[shell_integration.keybindings]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user