This commit is contained in:
Talia 2017-11-06 11:29:47 +01:00
commit 153a21354d
2 changed files with 4 additions and 1 deletions

3
bashrc
View File

@ -27,3 +27,6 @@ alias pi='ssh pi -t ''tmux a -t home \|\| tmux new-session -s home'''
alias server='ssh server -t ''tmux a -t home \|\| tmux new-session -s home'''
alias ltc='getclip | luac -l -'
stty -ixon
# Enable Vi editing mode
set -o vi

2
vimrc
View File

@ -478,7 +478,7 @@ function! s:init_lua_file()
endfunction!
" --- HTML Stuff ---
au BufNewFile,BufRead *.html,*.htm :call <sid>init_html_file()
au BufNewFile,BufRead *.html,*.htm,*.etlua,*.erb :call <sid>init_html_file()
function! s:init_html_file()
command! -buffer -nargs=1 Tag normal