aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 54080e7..bc9b6af 100644
--- a/.bashrc
+++ b/.bashrc
@@ -88,7 +88,7 @@ alias gitl="git log -n 5 --graph --decorate --oneline"
alias tree="tree -a -I 'node_modules|.git'"
_have vim && alias vi=vim && EDITOR=vim && GIT_EDITOR=vim
-_have nvim && alias vi=nvim && EDITOR=nvim && GIT_EDITOR=nvim
+# _have nvim && alias vi=nvim && EDITOR=nvim && GIT_EDITOR=nvim
# --- KEYBINDINGS
bind -x '"\C-f": tmux-sessionizer'