summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornic <ra@afu.re>2025-05-21 13:43:48 -0400
committernic <ra@afu.re>2025-05-21 13:43:48 -0400
commitff53f949eb24cd6c5904b2feed0ee72814bf3cbf (patch)
treefecd7a607829959623dcf548e74df0214cc288d1
parentba77fe79478b16615741389786d0209f524e52fd (diff)
Misc
-rw-r--r--.config/lf/lfrc2
-rw-r--r--.config/qutebrowser/config.py5
-rw-r--r--.config/zsh/.zshrc4
3 files changed, 2 insertions, 9 deletions
diff --git a/.config/lf/lfrc b/.config/lf/lfrc
index c064b79..d1d4545 100644
--- a/.config/lf/lfrc
+++ b/.config/lf/lfrc
@@ -1,5 +1,5 @@
# IMAGE PREVIEW
-# 1. ueberzug must be installed.
+# 1. ueberzugpp must be installed.
# 2. The scope file (~/.config/lf/scope for me), must have a command similar to
# mine to generate ueberzug images.
# 3. A `set cleaner` line as below is a cleaner script.
diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py
deleted file mode 100644
index 149d189..0000000
--- a/.config/qutebrowser/config.py
+++ /dev/null
@@ -1,5 +0,0 @@
-config.load_autoconfig()
-
-config.bind('q', 'quit')
-
-c.content.images = True
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc
index 2213009..f96b626 100644
--- a/.config/zsh/.zshrc
+++ b/.config/zsh/.zshrc
@@ -59,12 +59,10 @@ lfcd () {
[ -d "$dir" ] && [ "$dir" != "$(pwd)" ] && cd "$dir"
fi
}
-bindkey -s '^o' '^ulfcd\n'
+bindkey -s '^f' '^ulfcd\n'
bindkey -s '^a' '^ubc -lq\n'
-bindkey -s '^f' '^ucd "$(dirname "$(fzf)")"\n'
-
bindkey '^[[P' delete-char
# Edit line in vim with ctrl-e: