summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zshrc1
-rwxr-xr-xscripts/startup2
2 files changed, 2 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index ce0a2a6..f6a5ae0 100644
--- a/.zshrc
+++ b/.zshrc
@@ -26,6 +26,7 @@ precmd_functions+=(set_prompt)
# Vi mode
bindkey -v
+bindkey "^R" history-incremental-search-backward # isearch
# Change cursor shape for different vi modes.
function zle-keymap-select () {
diff --git a/scripts/startup b/scripts/startup
index 29534a5..021bc80 100755
--- a/scripts/startup
+++ b/scripts/startup
@@ -2,5 +2,5 @@
hyprpaper &
hypridle &
waybar &
-pipewire &
+gentoo-pipewire-launcher &
restartemacs >/dev/null &