# {{@@ header() @@}} # For colemak, this is pretty confortable, C-n = down, C-u = up map global normal 10k map global normal 10j # alt i makes searches case insensitive map global prompt '(?i)' ###################################################### # Emacs-like insert ###################################################### map global insert "h" map global insert "l" map global insert "b" map global insert "w" map global insert "gi" map global insert "ghgl" map global insert "bd" ###################################################### # Other insert binds ###################################################### map global insert "" map global insert "" ###################################################### # Objects ###################################################### map global object m %{c^[=|]{4\,}[^\n]*\n,^[=|]{4\,}[^\n]*\n} -docstring 'git conflict markers' map global object M %{c^{4\,}[^\n]*\n,^{4\,}[^\n]*\n} -docstring 'git conflict'