aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorclaw0ry <me@claw0ry.net>2024-12-18 14:21:47 +0100
committerclaw0ry <me@claw0ry.net>2024-12-18 14:21:47 +0100
commitaa1f8c7913eb4c46aa7778e2fa3c5ae7a75efc48 (patch)
tree164b549d341440f7060693c4590d6d3ddaf68768 /.bashrc
parentvim: GruberDarker theme (diff)
nvim/vim: let's try without nvim for a while
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'