diff options
| author | Skladnayazebra <skladnayazebra@gmail.com> | 2025-10-20 00:24:42 +0200 |
|---|---|---|
| committer | Skladnayazebra <skladnayazebra@gmail.com> | 2025-10-20 00:24:42 +0200 |
| commit | d8d827ba97b6a8f019b6a0ddd5fc15e249855126 (patch) | |
| tree | b487b8b2305701bd627016a9fc83199698493f82 | |
| parent | 97aa5feb36c98579c3a2a4639de3e8ccdfb0a22c (diff) | |
set nvim as $EDITOR (needed for ranger)
| -rw-r--r-- | zsh/index.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/index.zsh b/zsh/index.zsh index 09d15e2..e0f3376 100644 --- a/zsh/index.zsh +++ b/zsh/index.zsh @@ -2,6 +2,7 @@ HISTFILE=~/.histfile HISTSIZE=1000 SAVEHIST=1000 +EDITOR=nvim bindkey -e # End of lines configured by zsh-newuser-install # |
