417477f4186b

More
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sun, 02 Feb 2020 12:43:04 -0500
parents b67a34a9c6b0
children de2be2d2c256
branches/tags (none)
files fish/config.fish vim/vimrc

Changes

--- a/fish/config.fish	Sat Feb 01 20:00:13 2020 -0500
+++ b/fish/config.fish	Sun Feb 02 12:43:04 2020 -0500
@@ -13,6 +13,7 @@
 function essh; nvim ~/.ssh/config; end
 
 function js; cd ~/scratch; end
+function jd; cd /dump; end
 
 function histgrep; history | grep "$argv" | tac; end
 
--- a/vim/vimrc	Sat Feb 01 20:00:13 2020 -0500
+++ b/vim/vimrc	Sun Feb 02 12:43:04 2020 -0500
@@ -1627,6 +1627,7 @@
     au!
 
     au Filetype make setlocal shiftwidth=8
+    au Filetype make setlocal foldmethod=marker foldmarker={{{,}}}
 augroup END
 
 " }}}