Switched to VIM as default editor
This commit is contained in:
parent
3c87f39bf0
commit
de210db09c
|
@ -158,12 +158,17 @@ PS1='[\u@\h \W$(__git_ps1 " (%s)")]\$ '
|
|||
#Disable CapsLock
|
||||
setxkbmap -option ctrl:nocaps
|
||||
|
||||
#Disable some CTRL for VIM commands
|
||||
bind -r '\C-s'
|
||||
stty -ixon
|
||||
|
||||
#Paths
|
||||
export M2_HOME=/home/jfm/Tools/apache-maven
|
||||
export PATH=$PATH:$M2_HOME/bin
|
||||
export GIT_EDITOR=vim
|
||||
|
||||
#Aliases
|
||||
alias oc="/home/jfm/Tools/openshift-origin-client/oc"
|
||||
alias code="cd /home/jfm/Customers/TDC/Code/Onboarding"
|
||||
alias prod="ssh -fN sochi"
|
||||
alias top="htop"
|
||||
alias top="htop"
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
"percent": 0.6,
|
||||
"swallows": [
|
||||
{
|
||||
"class": "^Subl3$",
|
||||
"instance": "^subl3$"
|
||||
"class": "^URxvt$",
|
||||
"instance": "^vim$"
|
||||
}
|
||||
],
|
||||
"type": "con"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
. ~/.i3/env
|
||||
|
||||
i3-msg "workspace 4:Work; append_layout ~/.i3/layouts/workspace4-work.json"
|
||||
i3-msg "workspace 4:Work; exec subl3"
|
||||
i3-msg "workspace 4:Work; exec urxvt -name vim -e vim"
|
||||
i3-msg "workspace 4:Work; exec urxvt -name shell1"
|
||||
i3-msg "workspace 4:Work; exec urxvt -name shell2"
|
||||
i3-msg "workspace 4:Work; move workspace to output $PRIMARY"
|
||||
i3-msg "workspace 4:Work; move workspace to output $PRIMARY"
|
||||
|
|
Loading…
Reference in New Issue