c15e0d8e066d

More
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Tue, 21 May 2019 13:40:33 -0400
parents fccbc17efadf
children 8e4ea1c33fb1
branches/tags (none)
files Xmodmap bin/keysettings vim/custom-dictionary.utf-8.add vim/vimrc

Changes

--- a/Xmodmap	Tue May 21 10:23:36 2019 -0400
+++ b/Xmodmap	Tue May 21 13:40:33 2019 -0400
@@ -15,7 +15,8 @@
 keycode 108 = Mode_switch
 
 keycode 900 = F16
-keycode 901 = F17
+! for some reason this fucks up keycode 133.  I have no idea why this happens.
+! keycode 901 = F17
 keycode 902 = F18
 keycode 903 = F19
 keycode 904 = F20
--- a/bin/keysettings	Tue May 21 10:23:36 2019 -0400
+++ b/bin/keysettings	Tue May 21 13:40:33 2019 -0400
@@ -1,7 +1,8 @@
 #!/usr/bin/env bash
 
+killall xbindkeys
+xbindkeys
+
 xmodmap ~/.Xmodmap
 xset r rate 220 55
 
-killall xbindkeys
-xbindkeys
--- a/vim/custom-dictionary.utf-8.add	Tue May 21 10:23:36 2019 -0400
+++ b/vim/custom-dictionary.utf-8.add	Tue May 21 13:40:33 2019 -0400
@@ -286,3 +286,4 @@
 destructure
 upsert
 upserts
+lysed
--- a/vim/vimrc	Tue May 21 10:23:36 2019 -0400
+++ b/vim/vimrc	Tue May 21 13:40:33 2019 -0400
@@ -1780,6 +1780,7 @@
 
     " au BufNewFile,BufRead ~/.plan/README.markdown nnoremap <buffer> <localleader>l :call PlanLinkPaste()<cr>
     au BufNewFile,BufRead ~/.plan/README.markdown nnoremap <buffer> <localleader>d o##<esc>:r!date +\%Y-\%m-\%d<cr>kJ
+    au BufNewFile,BufRead ~/.personal-plan/README.markdown nnoremap <buffer> <localleader>d o##<esc>:r!date +\%Y-\%m-\%d<cr>kJ
 augroup END
 
 " }}}