some more stuff for moving around

This commit is contained in:
madmaurice 2015-10-27 00:47:13 +01:00
parent a86d166a60
commit a79903494a

View file

@ -30,11 +30,6 @@ set hid
set backspace=eol,start,indent
set ignorecase
set smartcase
set hlsearch
set incsearch
set lazyredraw
@ -90,6 +85,8 @@ nnoremap <leader>w <C-w>v<C-w>l
nmap <Esc><left> :tabp<cr>
nmap <Esc><right> :tabn<cr>
nmap f /
nmap F ?
inoremap <F1> <nop>
nnoremap <F1> <nop>
@ -102,8 +99,10 @@ ino <up> <Nop>
ino <left> <Nop>
ino <right> <Nop>
nnoremap / /\v
vnoremap / /\v
nnoremap / /\V
vnoremap / /\V
nnoremap ? ?\V
vnoremap ? ?\V
set whichwrap+=<,>,[,]
@ -120,8 +119,8 @@ set statusline+=%l
set statusline+=\ %c
hi StatusLine cterm=None ctermfg=green ctermbg=none
hi Search cterm=NONE ctermbg=yellow ctermfg=black
hi IncSearch cterm=None ctermbg=yellow ctermfg=black
hi Search cterm=NONE
hi IncSearch cterm=underline ctermbg=none ctermfg=green
set t_Co=256