Compare commits
No commits in common. "f6500b025a4421aed9e92b6c6641f4304b233461" and "0c2b71785573e8fb6af62f3434a966a98decb915" have entirely different histories.
f6500b025a
...
0c2b717855
2 changed files with 0 additions and 4 deletions
|
|
@ -27,7 +27,6 @@
|
||||||
settings = {
|
settings = {
|
||||||
theme = "system";
|
theme = "system";
|
||||||
autoupdate = false;
|
autoupdate = false;
|
||||||
plugin = [ "superpowers@git+https://github.com/obra/superpowers.git" ];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -32,9 +32,6 @@
|
||||||
# Expand !! and !$ on space (Fish-style)
|
# Expand !! and !$ on space (Fish-style)
|
||||||
bindkey ' ' magic-space
|
bindkey ' ' magic-space
|
||||||
setopt HIST_VERIFY
|
setopt HIST_VERIFY
|
||||||
# History prefix search with up/down arrows
|
|
||||||
bindkey "^[[A" history-search-backward
|
|
||||||
bindkey "^[[B" history-search-forward
|
|
||||||
# Fish-style Ctrl+Backspace: delete one path segment at a time
|
# Fish-style Ctrl+Backspace: delete one path segment at a time
|
||||||
function backward-kill-path-component() {
|
function backward-kill-path-component() {
|
||||||
if [[ "$LBUFFER" == */ ]]; then
|
if [[ "$LBUFFER" == */ ]]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue