Add United front to vim config and add alias for vim to open in server mode
This commit is contained in:
parent
d1ace850aa
commit
a7235482d3
2 changed files with 5 additions and 2 deletions
5
bashrc
5
bashrc
|
@ -8,7 +8,7 @@
|
||||||
export TERMINAL=/usr/bin/konsole
|
export TERMINAL=/usr/bin/konsole
|
||||||
export TERM=xterm-256color
|
export TERM=xterm-256color
|
||||||
export PATH=~/.bin:/opt/lampp/bin:$PATH:.
|
export PATH=~/.bin:/opt/lampp/bin:$PATH:.
|
||||||
export EDITOR=vim
|
export EDITOR='vim --servername jab2870'
|
||||||
export CDPATH=.:~:~/Sites
|
export CDPATH=.:~:~/Sites
|
||||||
|
|
||||||
#Ruby things
|
#Ruby things
|
||||||
|
@ -185,6 +185,9 @@ alias .v='cd ~/.vim/'
|
||||||
alias df='cd ~/.dotfiles'
|
alias df='cd ~/.dotfiles'
|
||||||
#fi
|
#fi
|
||||||
|
|
||||||
|
#Make vim start in server mode
|
||||||
|
alias vim='vim --servername jab2870'
|
||||||
|
|
||||||
# moon phase
|
# moon phase
|
||||||
alias moonphase='weather moon'
|
alias moonphase='weather moon'
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit b1a4a848c3ccbefd65ab159200e5c327316d484f
|
Subproject commit 5388c0d897a81205fc94bebf65a0b77209770039
|
Loading…
Add table
Add a link
Reference in a new issue