git://git.iain.cx/iain
/
profile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a35e8ca
)
Set hidden option.
author
Iain Patterson
<me@iain.cx>
Fri, 30 Aug 2013 09:01:45 +0000
(10:01 +0100)
committer
Iain Patterson
<me@iain.cx>
Fri, 4 Oct 2013 11:08:35 +0000
(12:08 +0100)
Remember the undo list for a buffer which was abandoned.
.vimrc
patch
|
blob
|
history
diff --git
a/.vimrc
b/.vimrc
index
1886971
..
19d9e77
100644
(file)
--- a/
.vimrc
+++ b/
.vimrc
@@
-67,6
+67,9
@@
se tags=~/.tags,./tags,tags
" Don't timeout waiting to interpet, eg, <ESC>OA as an escape code.
se ttimeoutlen=100
+" Remember undo list for closed (but not wiped) buffers.
+se hidden
+
" Use ^B to search backward when completing.
inoremap <C-b> <C-p>
" Use ^L to show matching completions but don't select one.