Add command to create a carry-forward split

This commit is contained in:
Andrew Miner
2026-09-11 09:00:18 -06:00
parent 53fc2358ec
commit 28f0851c61
+2 -1
View File
@@ -222,7 +222,6 @@ function! InsertDivider()
call cursor(line('.'), len(indent) + len(leader) + 1)
endfunction
" Key Mappings #####################################################################################
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 <F9> :cn<CR>
nnoremap <F10> :copen<CR>
nnoremap <F11> :vsplit \| set nowrap \| wincmd p \| vertical resize 107<CR>
nnoremap <Leader>c :ALEGoToTypeDefinition<CR>
nnoremap <Leader>d :ALEGoToDefinition<CR>
@@ -244,6 +244,7 @@ nnoremap <Leader>n :ALENext<CR>
nnoremap <Leader>p :ALEPrevious<CR>
nnoremap <Leader>r :ALEFindReferences<CR>
nnoremap <Leader>x :ALEToggle<CR>
nnoremap <Leader>w :w<CR>
nnoremap ' :BufExplorer<CR>