Fix nvim links and asdf alias

This commit is contained in:
Hunter Haugen 2016-02-11 16:10:25 -08:00
parent 6a551e5d20
commit 8ee559fce9
5 changed files with 4 additions and 4 deletions

1
.config/nvim Symbolic link
View file

@ -0,0 +1 @@
/home/hunner/.vim

1
.nvim
View file

@ -1 +0,0 @@
.vim

View file

@ -1 +0,0 @@
.vimrc

1
.vim/init.vim Symbolic link
View file

@ -0,0 +1 @@
/home/hunner/.vimrc

View file

@ -182,7 +182,6 @@ alias vir=vr
alias vis=vs alias vis=vs
alias gvim="gvim -font 'APL385 Unicode 8' -c 'set keymap=uniapl385'" alias gvim="gvim -font 'APL385 Unicode 8' -c 'set keymap=uniapl385'"
alias n=nvim alias n=nvim
export NVIM_TUI_ENABLE_TRUE_COLOR=1
## For forwarding ssh auth I think ## For forwarding ssh auth I think
if [ ! -z "$SSH_AUTH_SOCK" -a "$SSH_AUTH_SOCK" != "$HOME/.ssh-agent" ] ; then if [ ! -z "$SSH_AUTH_SOCK" -a "$SSH_AUTH_SOCK" != "$HOME/.ssh-agent" ] ; then
@ -313,7 +312,8 @@ if [ x$DISPLAY != x ] ; then
preexec() { [ -z "$WINTITLE" ] && print -Pn "\e]0;%m [$1]\a" || : } preexec() { [ -z "$WINTITLE" ] && print -Pn "\e]0;%m [$1]\a" || : }
fi fi
alias resize="printf '\33]50;%s%d\007' 'xft:DroidSansMonoDotted:pixelsize=' $1" # ':antialias=true'" alias resize="printf '\33]50;%s%d\007' 'xft:DroidSansMonoDotted:pixelsize=' $1" # ':antialias=true'"
alias asdf="xkbcomp -w0 ~/keymaps/xkb/hunner.xkb $DISPLAY" #alias asdf="xkbcomp -w0 ~/keymaps/xkb/hunner.xkb $DISPLAY"
alias asdf="setxkbmap us dvorak ctrl:nocaps"
alias auie="xkbcomp -w0 ~/keymaps/xkb/hunner.xkb $DISPLAY" alias auie="xkbcomp -w0 ~/keymaps/xkb/hunner.xkb $DISPLAY"
alias aoeu='setxkbmap us' alias aoeu='setxkbmap us'
alias bepo='setxkbmap fr bepo "ctrl:swapcaps"' alias bepo='setxkbmap fr bepo "ctrl:swapcaps"'