aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-04-08 14:15:15 +0800
committertypebrook <typebrook@gmail.com>2019-04-08 14:15:15 +0800
commit1ec1d119e4ae4661c11b2c4b528cf97a10985de0 (patch)
treeb0d512f09b99b699afb676567cb7953ef7d2a39b
parentf1089b521ec7d3cd38a3f9bb5d38b8014b3fd526 (diff)
update
-rw-r--r--alias1
-rw-r--r--vimrc1
2 files changed, 2 insertions, 0 deletions
diff --git a/alias b/alias
index fc8fdb8..8c786ff 100644
--- a/alias
+++ b/alias
@@ -133,3 +133,4 @@ alias gdal='docker-compose run --rm gdal'
133alias mm='mkvmerge -o out.webm -w 01.webm + 02.webm' 133alias mm='mkvmerge -o out.webm -w 01.webm + 02.webm'
134 134
135repo='git@github.com' 135repo='git@github.com'
136typebrook='git@github.com:typebrook'
diff --git a/vimrc b/vimrc
index 65eff1c..46e5e95 100644
--- a/vimrc
+++ b/vimrc
@@ -15,6 +15,7 @@ nmap <c-c> :q<cr>
15nnoremap <leader>R :.w !bash<cr> 15nnoremap <leader>R :.w !bash<cr>
16nnoremap <leader>W :set wrap!<cr> 16nnoremap <leader>W :set wrap!<cr>
17nnoremap <leader>tt :TableFormat<cr> 17nnoremap <leader>tt :TableFormat<cr>
18nnoremap <leader>T :vertical terminal<cr>
18nnoremap <leader>u :set clipboard=unnamedplus<cr> 19nnoremap <leader>u :set clipboard=unnamedplus<cr>
19nnoremap <silent> <Leader>s 20nnoremap <silent> <Leader>s
20 \ : if exists("syntax_on") <BAR> 21 \ : if exists("syntax_on") <BAR>