]> git.rmz.io Git - dotfiles.git/commitdiff
vim: remove time for TODO/FIXME, we got git for that
authorSamir Benmendil <samir.benmendil@ultrahaptics.com>
Fri, 16 Mar 2018 09:05:53 +0000 (09:05 +0000)
committerSamir Benmendil <samir.benmendil@ultrahaptics.com>
Fri, 16 Mar 2018 09:05:53 +0000 (09:05 +0000)
qutebrowser/config.py
vim/ultisnips/all.snippets

index ff281da3133ce1f5b1124b9bf90d87c80c1a2394..de6275a4a7872134275bfef2e462381a3bb251d4 100644 (file)
@@ -1334,6 +1334,7 @@ config.bind('J', 'tab-prev')
 # config.bind('b', 'set-cmd-text -s :quickmark-load')
 # config.bind('cd', 'download-clear')
 config.unbind('co')
 # config.bind('b', 'set-cmd-text -s :quickmark-load')
 # config.bind('cd', 'download-clear')
 config.unbind('co')
+config.bind('co', 'download-open')
 # config.bind('d', 'tab-close')
 # config.bind('f', 'hint')
 # config.bind('g$', 'tab-focus -1')
 # config.bind('d', 'tab-close')
 # config.bind('f', 'hint')
 # config.bind('g$', 'tab-focus -1')
index 5344736cf42d37470ef130dbdab5cc580d6a0fee..6c1fab6b87080474665e70a57d4dcc3e6b543d80 100644 (file)
@@ -64,11 +64,11 @@ endglobal
 
 
 snippet fix "FIXME" w
 
 
 snippet fix "FIXME" w
-`!p snip.rv = c`FIXME ${0}  (sb:`!v strftime("%Y%m%d")`)
+`!p snip.rv = c`FIXME ${0}
 endsnippet
 
 snippet todo "TODO" w
 endsnippet
 
 snippet todo "TODO" w
-`!p snip.rv = c`TODO ${0}  (sb:`!v strftime("%Y%m%d")`)
+`!p snip.rv = c`TODO ${0}
 endsnippet
 
 snippet GPL2 "GPL2 License" b
 endsnippet
 
 snippet GPL2 "GPL2 License" b