Compare commits
3 Commits
a75e2a5732
...
45aeff98d0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
45aeff98d0 | ||
|
|
f71d579f0e | ||
|
|
f1aff7ad00 |
@@ -1,5 +1,5 @@
|
||||
# local network -> local port
|
||||
Match Host tuulikki.scalene.net exec "ping -c 1 192.168.101.1 -W 1 -q"
|
||||
Match Host tuulikki.scalene.net exec "sudo ping -c 1 -W 1 -q 192.168.101.1"
|
||||
User jswank
|
||||
Port 22
|
||||
|
||||
@@ -8,7 +8,7 @@ Host tuulikki.scalene.net
|
||||
Port 22022
|
||||
|
||||
# local network -> local port
|
||||
Match Host tonttu.scalene.net exec "ping -c 1 192.168.101.1 -W 1 -q"
|
||||
Match Host tonttu.scalene.net exec "sudo ping -c 1 -W 1 -q 192.168.101.1"
|
||||
User jswank
|
||||
Port 22
|
||||
|
||||
@@ -20,6 +20,6 @@ Host www.scalene.net
|
||||
User scalene
|
||||
Port 22022
|
||||
|
||||
Match Host git.scalene.net exec "ping -c 1 192.168.101.1 -W 1 -q"
|
||||
Match Host git.scalene.net exec "sudo ping -c 1 -W 1 -q 192.168.101.1"
|
||||
User jswank
|
||||
Hostname tonttu.scalene.net
|
||||
|
||||
@@ -41,7 +41,7 @@ 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>
|
||||
nmap <leader>toc :put =system('gh-md-toc --hide-header --hide-footer', getline('.', '$'))<cr>
|
||||
nmap <leader>toc :put =system('gh-md-toc --hide-header --hide-footer --indent=4', getline('.', '$'))<cr>
|
||||
|
||||
" use \ tf to format a buffer as tofu / terraform
|
||||
nmap <leader>tf <cmd>% !tofu fmt -no-color -<cr>
|
||||
|
||||
@@ -13,6 +13,8 @@ export FZF_DEFAULT_OPTS="--multi --height=40% --layout=reverse --preview='bat --
|
||||
|
||||
export GOPATH=~/go
|
||||
|
||||
export TZ=America/Kentucky/Louisville
|
||||
|
||||
# doesn't work on arch for tmux
|
||||
#path+=(~/bin)
|
||||
#path+=(~/.local/bin)
|
||||
|
||||
Reference in New Issue
Block a user