diff options
| author | Ahmed Abdelhalim <[email protected]> | 2024-11-08 17:28:50 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2024-11-08 17:28:50 +0100 |
| commit | 7b1ace9374f82c1caae28071943191def44ae96b (patch) | |
| tree | c665bc211c95f8b7966e139d9ff0b75e2898563f /.vimrc | |
| parent | 997cb69f102044cc96690b315f639c6890c0987d (diff) | |
Add commands for resizing the panes
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -147,10 +147,14 @@ nnoremap <silent> <leader>h :wincmd h<CR> nnoremap <silent> <leader>j :wincmd j<CR> nnoremap <silent> <leader>k :wincmd k<CR> nnoremap <silent> <leader>l :wincmd l<CR> -nnoremap <silent> <leader>ml <C-W>L -nnoremap <silent> <leader>mk <C-W>K +nnoremap <silent> <leader>H 20<C-W>< +nnoremap <silent> <leader>J 10<C-W>- +nnoremap <silent> <leader>K 10<C-W>+ +nnoremap <silent> <leader>L 20<C-W>> nnoremap <silent> <leader>mh <C-W>H nnoremap <silent> <leader>mj <C-W>J +nnoremap <silent> <leader>mk <C-W>K +nnoremap <silent> <leader>ml <C-W>L """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " => Specific FileTypes configurations |
