neovim tweaks

This commit is contained in:
Daniel Lundin 2016-12-13 10:59:13 +01:00
parent 754429ebc1
commit 6cd397d1d2
2 changed files with 3 additions and 1 deletions

View file

@ -10,7 +10,7 @@ alias timestamp='TZ=Z date "+%Y%m%dT%H%M%SZ"'
alias tree='tree -C'
alias upper="tr '[:lower:]' '[:upper:]'"
alias vimdiff='vimdiff -R'
alias vim='vim -X'
alias vim='nvim'
ls --group-directories-first >/dev/null 2>&1
if [ $? -gt 0 ] ; then

View file

@ -99,6 +99,8 @@ alias cd=cd_func
umask 2
stty speed 115200 >> /dev/null 2>&1
# Terminal setup
tput smkx
# OpenPGP applet support for YubiKey NEO
#if [ ! -f /tmp/gpg-agent.env ]; then