Compare commits
No commits in common. "8fe8be5ad724e3b75cb2b4d2de72c37c4a6773f9" and "e2d01a9698d24fbd5f8cb12932c391ab9c8fab76" have entirely different histories.
8fe8be5ad7
...
e2d01a9698
@ -40,14 +40,8 @@ iab idate <c-r>=strftime("%Y-%m-%d")<cr>
|
||||
" use \ toc to insert a table of contents for markdown from the current line to EOF
|
||||
nmap <leader>toc <cmd>.put =execute('.,$write !gh-md-toc --hide-header --hide-footer')<cr>
|
||||
|
||||
" use \ tf to format a buffer as tofu / terraform
|
||||
nmap <leader>tf <cmd>% !tofu fmt -no-color -<cr>
|
||||
|
||||
" use \ jn to format a buffer as Jsonnet
|
||||
nmap <leader>jn <cmd>% !jsonnetfmt -<cr>
|
||||
|
||||
" use \ js to format a buffer as JSON
|
||||
nmap <leader>js <cmd>% !jq . -<cr>
|
||||
" use \ tf to format a buffer as terraform
|
||||
nmap <leader>tf <cmd>!tofu fmt -no-color %<cr>
|
||||
|
||||
set lazyredraw " redraw only when req'd
|
||||
set wildmenu " visual auto-complete
|
||||
|
||||
@ -8,5 +8,5 @@ Host www.scalene.net
|
||||
Host tilde.club
|
||||
User eke
|
||||
|
||||
#Match host git.scalene.net exec "ip route |grep -q -E '^(192.168.101.0/24)'"
|
||||
# Hostname tonttu.scalene.net
|
||||
Match host git.scalene.net exec "ip route |grep -q -E '^(192.168.101.0/24|100.115.92.192/28)'"
|
||||
Hostname tonttu.scalene.net
|
||||
|
||||
@ -19,6 +19,3 @@ export GOPATH=~/go
|
||||
#export PATH
|
||||
|
||||
export TMPDIR=/var/tmp
|
||||
|
||||
export BROWSER=open_browser.sh
|
||||
export TF_PLUGIN_CACHE_DIR=~/cfa-work/.tf_cache
|
||||
|
||||
Loading…
Reference in New Issue
Block a user