From d14a9684971d6dbd3826e2a3c72c3653c353c751 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Sat, 4 Nov 2017 10:19:44 +0100 Subject: [PATCH 1/2] Added Vi mode to bashrc --- bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bashrc b/bashrc index 635e134..11c95c7 100644 --- a/bashrc +++ b/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 ltc='getclip | luac -l -' stty -ixon + +# Enable Vi editing mode +set -o vi From c42768776f1898d6f94f30af13bac49a6d22aea3 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Sat, 4 Nov 2017 13:16:10 +0100 Subject: [PATCH 2/2] Added HTML template extensions --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index cd00adc..2a2c4d3 100644 --- a/vimrc +++ b/vimrc @@ -456,7 +456,7 @@ function! s:init_lua_file() endfunction! " --- HTML Stuff --- -au BufNewFile,BufRead *.html,*.htm :call init_html_file() +au BufNewFile,BufRead *.html,*.htm,*.etlua,*.erb :call init_html_file() function! s:init_html_file() command! -buffer -nargs=1 Tag normal