summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Davis <tyler@gluecode.net>2024-10-07 17:34:30 -0700
committerTyler Davis <tyler@gluecode.net>2024-10-07 17:34:30 -0700
commitd633bb2b941397a81f90e7e3f80152a8d6da0aa7 (patch)
tree3a1cb657dd31df6cdd8284d5eb6c8ea161691781
parentdc2103feb09de8912b4b2b7d084a98246eda9e34 (diff)
downloaddotfiles-d633bb2b941397a81f90e7e3f80152a8d6da0aa7.tar.gz
dotfiles-d633bb2b941397a81f90e7e3f80152a8d6da0aa7.zip
sh: use emacs keybinds
-rwxr-xr-x.local/bin/terminal-setappearance.script6
-rw-r--r--.zshrc4
2 files changed, 5 insertions, 5 deletions
diff --git a/.local/bin/terminal-setappearance.script b/.local/bin/terminal-setappearance.script
index f846a3a..5b17e9b 100755
--- a/.local/bin/terminal-setappearance.script
+++ b/.local/bin/terminal-setappearance.script
@@ -10,9 +10,9 @@ if (whatMode = true) then
end tell
else
tell application "Terminal"
- set default settings to settings set "Novel"
- set current settings of every window whose visible is true to settings set "Novel"
- set current settings of every window whose visible is false to settings set "Novel"
+ set default settings to settings set "gruvbox-light"
+ set current settings of every window whose visible is true to settings set "gruvbox-light"
+ set current settings of every window whose visible is false to settings set "gruvbox-light"
end tell
end if
diff --git a/.zshrc b/.zshrc
index 5811ed4..dff3ade 100644
--- a/.zshrc
+++ b/.zshrc
@@ -45,8 +45,8 @@ export SAVEHIST=10000
setopt appendhistory
unsetopt autocd beep extendedglob
-#bindkey -e
-bindkey -v
+bindkey -e
+#bindkey -v
# End of lines configured by zsh-newuser-install
# ZSH VIM MODE