diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2014-05-01 16:23:00 +0200 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2014-05-01 16:23:00 +0200 |
| commit | 8855d750eea6ca5c1a553cc3cb47e941949f8a97 (patch) | |
| tree | ef8ec4903411cbcbf73543f13961fb66b88122d8 /vimrc | |
| parent | 13eae76a9eef5f755cb70a88ad507032174af675 (diff) | |
| download | dotfiles-8855d750eea6ca5c1a553cc3cb47e941949f8a97.tar.gz dotfiles-8855d750eea6ca5c1a553cc3cb47e941949f8a97.zip | |
vim: use the <leader>v mapping to open a vertical split.
Specially handy since <leader>c is a mapping I have for closing windows and I
use vertical splits all the time.
Diffstat (limited to 'vimrc')
| -rw-r--r-- | vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -138,6 +138,7 @@ nnoremap <C-k> <C-w>k nnoremap <C-h> <C-w>h nnoremap <C-l> <C-w>l nnoremap <leader>c :close<CR> +nnoremap <leader>v :vs<CR> " <C-s> in normal/insert mode: switch to normal mode and write to disk. inoremap <C-s> <ESC>:w<CR> |
