diff options
| author | Thomas Schmucker <ts@its1.de> | 2023-05-06 09:21:52 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2023-05-06 09:21:52 +0200 |
| commit | 7c10f2405184a5c2839b8afe1b5671b3aae2b325 (patch) | |
| tree | eb15f7be197cfb84156ffe5108a65eba7cecc225 /nexrc | |
| parent | b8120a33f337941eeaa5b8719e814c54fb9f2f42 (diff) | |
| download | dotfiles-7c10f2405184a5c2839b8afe1b5671b3aae2b325.tar.gz dotfiles-7c10f2405184a5c2839b8afe1b5671b3aae2b325.tar.bz2 dotfiles-7c10f2405184a5c2839b8afe1b5671b3aae2b325.zip | |
Konfiguration für nvi hinzugefügt
Diffstat (limited to 'nexrc')
| -rw-r--r-- | nexrc/nexrc | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/nexrc/nexrc b/nexrc/nexrc new file mode 100644 index 0000000..648ee6a --- /dev/null +++ b/nexrc/nexrc | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | set number | ||
| 2 | |||
| 3 | set autoindent | ||
| 4 | set tabstop=4 | ||
| 5 | set shiftwidth=4 | ||
| 6 | |||
| 7 | set extend | ||
| 8 | set magic | ||
| 9 | set searchincr | ||
| 10 | set iclower | ||
| 11 | |||
| 12 | set showmatch | ||
| 13 | |||
| 14 | set fileencoding=utf-8 | ||
| 15 | set inputencoding=utf-8 | ||
| 16 | |||
| 17 | set ruler | ||
| 18 | set windowname | ||
| 19 | |||
| 20 | set noerrorbells | ||
| 21 | set noflash | ||
| 22 | |||
