David Blume commited on 2021-01-07 15:58:46 Showing 3 changed files, with 5 additions and 3 deletions.
@@ -2,6 +2,8 @@
set -g prefix C-a
unbind C-b
bind C-a send-prefix
+# Make ^a a send ^a (Useful in minicom)
+bind-key a send-prefix
# No delay for escape key press (vim mode changes)
set -sg escape-time 0
@@ -1,3 +1,3 @@
-set autoindent
-/^Description:
+" silent g/^\s*<enter description here>/d
+silent /^Description:
.+1
@@ -23,7 +23,7 @@ syn match Type "^Files:"
syn match Error "^ \+"
" Code review bits
-syn match PreProc "#review"
+syn match PreProc "#review\(-[0-9]\+\)\?"
syn match String '\s\+@[a-z]\+'
" File operations