Add command to create a carry-forward split
This commit is contained in:
+2
-1
@@ -222,7 +222,6 @@ function! InsertDivider()
|
|||||||
call cursor(line('.'), len(indent) + len(leader) + 1)
|
call cursor(line('.'), len(indent) + len(leader) + 1)
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|
||||||
" Key Mappings #####################################################################################
|
" Key Mappings #####################################################################################
|
||||||
|
|
||||||
nnoremap <F1> :NERDTreeToggle \| wincmd p \| vertical resize 111 \| wincmd p<CR>
|
nnoremap <F1> :NERDTreeToggle \| wincmd p \| vertical resize 111 \| wincmd p<CR>
|
||||||
@@ -235,6 +234,7 @@ nnoremap <F6> :set hlsearch!<CR>
|
|||||||
nnoremap <F7> :cp<CR>
|
nnoremap <F7> :cp<CR>
|
||||||
nnoremap <F9> :cn<CR>
|
nnoremap <F9> :cn<CR>
|
||||||
nnoremap <F10> :copen<CR>
|
nnoremap <F10> :copen<CR>
|
||||||
|
nnoremap <F11> :vsplit \| set nowrap \| wincmd p \| vertical resize 107<CR>
|
||||||
|
|
||||||
nnoremap <Leader>c :ALEGoToTypeDefinition<CR>
|
nnoremap <Leader>c :ALEGoToTypeDefinition<CR>
|
||||||
nnoremap <Leader>d :ALEGoToDefinition<CR>
|
nnoremap <Leader>d :ALEGoToDefinition<CR>
|
||||||
@@ -244,6 +244,7 @@ nnoremap <Leader>n :ALENext<CR>
|
|||||||
nnoremap <Leader>p :ALEPrevious<CR>
|
nnoremap <Leader>p :ALEPrevious<CR>
|
||||||
nnoremap <Leader>r :ALEFindReferences<CR>
|
nnoremap <Leader>r :ALEFindReferences<CR>
|
||||||
nnoremap <Leader>x :ALEToggle<CR>
|
nnoremap <Leader>x :ALEToggle<CR>
|
||||||
|
nnoremap <Leader>w :w<CR>
|
||||||
|
|
||||||
nnoremap ' :BufExplorer<CR>
|
nnoremap ' :BufExplorer<CR>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user