Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 635 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 635 Bytes

tlr.vim

tlr

This plugin provides the following <Plug> mappings:

<Plug>(tlr-down)
    Resize current window downward.

<Plug>(tlr-up) 
    Resize current window upward.

<Plug>(tlr-left)
    Resize current window leftward.

<Plug>(tlr-right)
    Resize current window rightward.

If you add the following settings to vimrc, you can resize the window as shown in the Gif above:

nmap <C-Down>  <Plug>(tlr-down)
nmap <C-Up>    <Plug>(tlr-up)
nmap <C-Left>  <Plug>(tlr-left)
nmap <C-Right> <Plug>(tlr-right)