Compare commits
No commits in common. "f1e9c49940f7667a36fd72409a892d965d47f996" and "8e6b0f61593b5c494ce450ac7867d1a77fd09117" have entirely different histories.
f1e9c49940
...
8e6b0f6159
@ -28,42 +28,3 @@ _ = { n = ":set whitespace.render none", a = ":set whitespace.render all" }
|
||||
|
||||
[keys.normal.space]
|
||||
i = ":toggle lsp.display-inlay-hints"
|
||||
|
||||
# Git integration with lazygit
|
||||
[keys.normal]
|
||||
C-g = [
|
||||
":write-all",
|
||||
":insert-output lazygit >/dev/tty",
|
||||
":redraw",
|
||||
":reload-all"
|
||||
]
|
||||
|
||||
# File explorer with yazi
|
||||
[keys.normal.space]
|
||||
e = [
|
||||
":sh rm -f /tmp/unique-file-c5140c67",
|
||||
":insert-output yazi '%{buffer_name}' --chooser-file=/tmp/unique-file-c5140c67",
|
||||
":insert-output echo \"x1b[?1049h\" > /dev/tty",
|
||||
":open %sh{cat /tmp/unique-file-c5140c67}",
|
||||
":redraw",
|
||||
":set mouse false",
|
||||
":set mouse true",
|
||||
]
|
||||
E = [
|
||||
":sh rm -f /tmp/unique-file-bea21125",
|
||||
":insert-output yazi '%{workspace_directory}' --chooser-file=/tmp/unique-file-bea21125",
|
||||
":insert-output echo \"x1b[?1049h\" > /dev/tty",
|
||||
":open %sh{cat /tmp/unique-file-bea21125}",
|
||||
":redraw",
|
||||
":set mouse false",
|
||||
":set mouse true",
|
||||
]
|
||||
|
||||
# Search and replace with scooter
|
||||
[keys.normal]
|
||||
C-r = [
|
||||
":write-all",
|
||||
":insert-output scooter >/dev/tty",
|
||||
":redraw",
|
||||
":reload-all"
|
||||
]
|
||||
|
@ -5,7 +5,7 @@ keybinds {
|
||||
// bind "Alt c" { Copy; }
|
||||
}
|
||||
locked {
|
||||
bind "Alt g" { SwitchToMode "Normal"; }
|
||||
bind "Ctrl g" { SwitchToMode "Normal"; }
|
||||
}
|
||||
resize {
|
||||
bind "Ctrl n" { SwitchToMode "Normal"; }
|
||||
|
@ -1,9 +0,0 @@
|
||||
# Allow Ctrl-z to toggle between suspend and resume
|
||||
function Resume {
|
||||
fg
|
||||
zle push-input
|
||||
BUFFER=""
|
||||
zle accept-line
|
||||
}
|
||||
zle -N Resume
|
||||
bindkey "^Z" Resume
|
@ -1,5 +1,5 @@
|
||||
# export DOCKER_HOST="unix://$XDG_RUNTIME_DIR/docker.sock"
|
||||
# export DOCKER_SOCKET="$XDG_RUNTIME_DIR/docker.sock"
|
||||
export DOCKER_HOST="unix://$XDG_RUNTIME_DIR/docker.sock"
|
||||
export DOCKER_SOCKET="$XDG_RUNTIME_DIR/docker.sock"
|
||||
export EDITOR="helix"
|
||||
export FINDER="sk"
|
||||
export GPG_TTY=$(tty)
|
||||
|
Loading…
x
Reference in New Issue
Block a user