I don't use tabs in vim anyway.

This commit is contained in:
Bartek Stalewski 2021-04-15 14:12:37 +02:00
parent e4f532a9d8
commit e3b91a40ee

View File

@ -35,7 +35,7 @@ set bs=2
set tabstop=2 set tabstop=2
set scrolloff=5 set scrolloff=5
set shiftwidth=2 set shiftwidth=2
set showtabline=2 set showtabline=0
set softtabstop=2 set softtabstop=2
set winminheight=0 set winminheight=0
set matchpairs+=(:),{:},[:],<:>,':',":" set matchpairs+=(:),{:},[:],<:>,':',":"
@ -44,12 +44,6 @@ nmap <tab> <C-w>w
nmap <Esc><CR> :wq!<CR> nmap <Esc><CR> :wq!<CR>
nmap <C-p> :Files<CR> nmap <C-p> :Files<CR>
nmap <C-a> :Files ~<CR> nmap <C-a> :Files ~<CR>
nmap <C-n> :tabnew<CR>
nmap <C-q> :tabclose<CR>
nmap <C-h> :tabprevious<CR>
nmap <C-j> :tabprevious<CR>
nmap <C-k> :tabnext<CR>
nmap <C-l> :tabnext<CR>
map <leader>b <Esc>:set cc=79<CR> map <leader>b <Esc>:set cc=79<CR>
map <leader>nb <Esc>:set cc=0<CR> map <leader>nb <Esc>:set cc=0<CR>