diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-07-05 18:53:13 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-07-05 18:53:13 +0200 |
| commit | 9515087546dac0b62507d7d1d2ece7a1c84072da (patch) | |
| tree | 9b913d5cfa9c5337a18b9771556e85e2160b75ab /.vimrc | |
| parent | 0f2765d18e5cc42e7d75ad09acd5c57dc06e3fd9 (diff) | |
| download | dotfiles-9515087546dac0b62507d7d1d2ece7a1c84072da.tar.gz | |
Update
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -10,6 +10,7 @@ call plug#end() | |||
| 10 | set laststatus=2 encoding=utf8 spelllang=en_us tabstop=4 shiftwidth=4 path=** | 10 | set laststatus=2 encoding=utf8 spelllang=en_us tabstop=4 shiftwidth=4 path=** |
| 11 | set number relativenumber autoindent cursorline ignorecase signcolumn=yes | 11 | set number relativenumber autoindent cursorline ignorecase signcolumn=yes |
| 12 | set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300 | 12 | set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300 |
| 13 | set hlsearch incsearch | ||
| 13 | colorscheme wildcharm | 14 | colorscheme wildcharm |
| 14 | 15 | ||
| 15 | nnoremap <C-Right> :bnext<cr> | 16 | nnoremap <C-Right> :bnext<cr> |
