7c8e9659a1c5

More
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Tue, 24 Dec 2019 13:49:47 -0500
parents ff8f7c88a814
children dbdc482505c1 e15d05d1db45
branches/tags (none)
files lispwords vim/vimrc

Changes

--- a/lispwords	Fri Dec 06 16:33:11 2019 -0500
+++ b/lispwords	Tue Dec 24 13:49:47 2019 -0500
@@ -44,7 +44,7 @@
 (1 dohash)
 
 ; arrows
-(1 -> ->> -<> -<>>)
+(1 -> ->> -<> -<>> _)
 
 ; sketch
 (1 with-pen with-font)
--- a/vim/vimrc	Fri Dec 06 16:33:11 2019 -0500
+++ b/vim/vimrc	Tue Dec 24 13:49:47 2019 -0500
@@ -2623,13 +2623,14 @@
 " }}}
 " Vlime {{{
 
+
 let g:vlime_window_settings = {
         \ "sldb": {
             \ "pos": "belowright",
             \ "vertical": v:false
         \ },
         \ "xref": {
-            \ "pos": "belowright",
+            \ "pos": "float",
             \ "size": 5,
             \ "vertical": v:false
         \ },
@@ -2907,12 +2908,12 @@
 "
 " \h<space> - raw hg commands
 
-nnoremap <leader>hc :Start hg commit<cr> 
-
-nnoremap <leader>hpd :Start! hg push default<cr>
-nnoremap <leader>hpu :Start! hg push upstream<cr>
-nnoremap <leader>hpg :Start! hg push git<cr>
-nnoremap <leader>hpp :Start! hg paths -q \| xargs -n1 hg push<cr>
+nnoremap <leader>hc :Start hg commit<cr>
+
+nnoremap <leader>hpd :!hg push default<cr>
+nnoremap <leader>hpu :!hg push upstream<cr>
+nnoremap <leader>hpg :!hg push git<cr>
+nnoremap <leader>hpa :!hg paths -q \| xargs -n1 hg push<cr>
 
 function! s:HgDiff() " {{{
     diffthis