Merge branch 'master' of https://github.com/DarkWiiPlayer/darkrc
This commit is contained in:
commit
153a21354d
2 changed files with 4 additions and 1 deletions
3
bashrc
3
bashrc
|
@ -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 server='ssh server -t ''tmux a -t home \|\| tmux new-session -s home'''
|
||||||
alias ltc='getclip | luac -l -'
|
alias ltc='getclip | luac -l -'
|
||||||
stty -ixon
|
stty -ixon
|
||||||
|
|
||||||
|
# Enable Vi editing mode
|
||||||
|
set -o vi
|
||||||
|
|
2
vimrc
2
vimrc
|
@ -478,7 +478,7 @@ function! s:init_lua_file()
|
||||||
endfunction!
|
endfunction!
|
||||||
|
|
||||||
" --- HTML Stuff ---
|
" --- 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()
|
function! s:init_html_file()
|
||||||
command! -buffer -nargs=1 Tag normal
|
command! -buffer -nargs=1 Tag normal
|
||||||
|
|
Loading…
Reference in a new issue