mirror of
https://github.com/roles-ansible/ansible_role_dotfiles.git
synced 2024-08-16 16:09:49 +02:00
12 lines
260 B
VimL
12 lines
260 B
VimL
set expandtab
|
|
set tabstop=4
|
|
set shiftwidth=4
|
|
set fileencoding=utf-8
|
|
set encoding=utf-8
|
|
colorscheme elflord
|
|
syntax on
|
|
set mouse-=a
|
|
nnoremap <C-Left> :tabprevious<CR>
|
|
nnoremap <C-h> :tabprevious<CR>
|
|
nnoremap <C-Right> :tabnext<CR>
|
|
nnoremap <C-l> :tabnext<CR>
|