Add "Technical quirks" section

This commit is contained in:
Marco Hinz 2016-08-08 12:09:05 +02:00
parent 14f7df8408
commit 7a7632c167
No known key found for this signature in database
GPG Key ID: AC9D48E91BCF448C

View File

@ -108,11 +108,14 @@ My [vimrc](https://github.com/mhinz/dotfiles/blob/master/vim/vimrc).
- [Editing small files is slow](#editing-small-files-is-slow)
- [Editing huge files is slow](#editing-huge-files-is-slow)
- [Newline used for NUL](#newline-used-for-nul)
- [Bracketed paste (or why do I have to set 'paste' all the time?)](#bracketed-paste-or-why-do-i-have-to-set-paste-all-the-time)
- [Delays when using escape key in terminal](#delays-when-using-escape-key-in-terminal)
- [Function search undo](#function-search-undo)
## [Technical quirks](#technical-quirks-1)
- [Newline used for NUL](#newline-used-for-nul)
## [List of colorschemes](#list-of-colorschemes-1)
## [List of plugins](contents/plugins.md)
@ -2511,13 +2514,6 @@ $ vim -n -u NONE -i NONE -N
Putting it in a nutshell, try to avoid using Vim when intending to write really
huge files. :\
## Newline used for NUL
NUL characters (`\0`) in a file, are stored as newline (`\n`) in memory and
displayed in a buffer as `^@`.
See `man 7 ascii` and `:h NL-used-for-Nul` for more information.
## Bracketed paste (or why do I have to set 'paste' all the time?)
Bracketed paste mode allows terminal emulators to distinguish between typed text
@ -2623,6 +2619,15 @@ it.
Related: `:h function-search-undo`
# Technical quirks
## Newline used for NUL
NUL characters (`\0`) in a file, are stored as newline (`\n`) in memory and
displayed in a buffer as `^@`.
See `man 7 ascii` and `:h NL-used-for-Nul` for more information.
# List of colorschemes
Here's a list of commonly used colorschemes: