|
|
|
|
|
by shabbyrobe
4062 days ago
|
|
Using vim with the sideways (https://github.com/AndrewRadev/sideways.vim) plugin and the following mappings in .vimrc: nnoremap <silent> <leader>h :SidewaysLeft<CR>
nnoremap <silent> <leader>l :SidewaysRight<CR>
I pressed two keys, job done: ,l |
|