Auto-disable Caps Lock on Ubuntu, go-vim setup
This commit is contained in:
parent
fc6fd5d759
commit
bb61c31034
4
vimrc
4
vimrc
|
@ -87,9 +87,7 @@ let g:rustfmt_autosave = 1
|
||||||
|
|
||||||
" vim-go configuration:
|
" vim-go configuration:
|
||||||
let g:go_fmt_command = "goimports"
|
let g:go_fmt_command = "goimports"
|
||||||
|
autocmd BufNewFile,BufRead *.gohtml set syntax=gohtmltmpl
|
||||||
" vim-terraform configuration:
|
|
||||||
let g:terraform_fmt_on_save=1
|
|
||||||
|
|
||||||
" vim-rails configuration:
|
" vim-rails configuration:
|
||||||
let g:rails_projections = {
|
let g:rails_projections = {
|
||||||
|
|
5
zshrc
5
zshrc
|
@ -140,6 +140,5 @@ if [ $(tty) = "/dev/tty1" ]; then
|
||||||
startx
|
startx
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Automatically added by terraform (vim bundle?):
|
# For Ubuntu, disable Caps-Lock:
|
||||||
autoload -U +X bashcompinit && bashcompinit
|
setxkbmap -option caps:none
|
||||||
complete -o nospace -C /home/rob/bin/terraform terraform
|
|
||||||
|
|
Loading…
Reference in New Issue