diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-06-03 23:52:57 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-06-03 23:52:57 +0200 |
| commit | f010bef6b4eb0e252bde35e180d31573dfec330b (patch) | |
| tree | a144339d2c516ae3ef83102a03d8c7a2b180d9a8 /vi-mode.sh | |
| parent | 950b8a1e10ac248ab10d8b3ecde83f25167c19f1 (diff) | |
| download | dotfiles-f010bef6b4eb0e252bde35e180d31573dfec330b.tar.gz dotfiles-f010bef6b4eb0e252bde35e180d31573dfec330b.zip | |
Trying to fix elif script syntax errors
Diffstat (limited to 'vi-mode.sh')
| -rw-r--r-- | vi-mode.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,8 +57,8 @@ if [[ -n "$ZSH_VERSION" ]]; then # Map 'jk' to Escape key in INSERT mode bindkey -M viins 'jk' vi-cmd-mode -# Set vi-mode and key bindings for bash elif [[ -n "$BASH_VERSION" ]]; then + # Set vi-mode and key bindings for bash set -o vi # Show which mode |
