diff options
author | claw0ry <me@claw0ry.net> | 2024-12-18 14:21:47 +0100 |
---|---|---|
committer | claw0ry <me@claw0ry.net> | 2024-12-18 14:21:47 +0100 |
commit | aa1f8c7913eb4c46aa7778e2fa3c5ae7a75efc48 (patch) | |
tree | 164b549d341440f7060693c4590d6d3ddaf68768 /.bashrc | |
parent | vim: GruberDarker theme (diff) |
nvim/vim: let's try without nvim for a while
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |