diff options
author | Tyler Davis <tyler@gluecode.net> | 2024-10-07 17:34:30 -0700 |
---|---|---|
committer | Tyler Davis <tyler@gluecode.net> | 2024-10-07 17:34:30 -0700 |
commit | d633bb2b941397a81f90e7e3f80152a8d6da0aa7 (patch) | |
tree | 3a1cb657dd31df6cdd8284d5eb6c8ea161691781 | |
parent | dc2103feb09de8912b4b2b7d084a98246eda9e34 (diff) | |
download | dotfiles-d633bb2b941397a81f90e7e3f80152a8d6da0aa7.tar.gz dotfiles-d633bb2b941397a81f90e7e3f80152a8d6da0aa7.zip |
sh: use emacs keybinds
-rwxr-xr-x | .local/bin/terminal-setappearance.script | 6 | ||||
-rw-r--r-- | .zshrc | 4 |
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 @@ -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 |