about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2020-12-08 12:02:11 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2020-12-08 12:02:11 +0700
commita1deafa6ee56c7818419cfe0d318496c38523ee3 (patch)
tree5e28711870d71d6ff4086c285352523ac4fb5ef5
parentb73bf44b7518cdf6d75b3bf79c67d217aced651f (diff)
downloaddotfiles-a1deafa6ee56c7818419cfe0d318496c38523ee3.tar.gz
Update 2020-12-08
-rw-r--r--dev/.ssh/config9
-rwxr-xr-xvim/.vim/vimrc4
2 files changed, 10 insertions, 3 deletions
diff --git a/dev/.ssh/config b/dev/.ssh/config
index b1425ef..052d1ad 100644
--- a/dev/.ssh/config
+++ b/dev/.ssh/config
@@ -1 +1,8 @@
-AddKeysToAgent  yes
+AddKeysToAgent yes
+
+Host acanban
+	HostName acanban.ga
+	User weboms
+	Port 22222
+	RequestTTY yes
+	RemoteCommand ssh acanban
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc
index 86a5f47..92d3777 100755
--- a/vim/.vim/vimrc
+++ b/vim/.vim/vimrc
@@ -20,8 +20,8 @@ augroup vimrc
   autocmd BufNewFile,BufRead *.PAS setlocal filetype=pascal
   autocmd BufNewFile,BufRead *.sql setlocal filetype=mysql
   autocmd BufNewFile,BufRead *.m setlocal filetype=octave
-  autocmd FileType asm,c,h,go,glsl,php
-        \ setlocal cindent cinoptions=(0 noexpandtab shiftwidth=8
+  autocmd FileType asm,c,h,go,glsl,sshconfig,php
+        \ setlocal cindent cinoptions=(0 noexpandtab shiftwidth=8 tabstop=8
   autocmd FileType vim,sh,lua,tex,cmake,cpp,plantuml,mysql,html,octave,pascal
         \ setlocal shiftwidth=2
   autocmd FileType rst setlocal shiftwidth=3