diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2014-05-01 17:14:47 +0200 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2014-05-01 17:14:47 +0200 |
| commit | 61c00c0dc79b8dc903cd694d044614a96c344d51 (patch) | |
| tree | 6215c557b32f231a78f0dea2f3809e759bdad26f /vimrc | |
| parent | 8855d750eea6ca5c1a553cc3cb47e941949f8a97 (diff) | |
| download | dotfiles-61c00c0dc79b8dc903cd694d044614a96c344d51.tar.gz dotfiles-61c00c0dc79b8dc903cd694d044614a96c344d51.zip | |
vim: <leader>V will split vertically *and* switch to the new window.
Diffstat (limited to 'vimrc')
| -rw-r--r-- | vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -139,6 +139,7 @@ nnoremap <C-h> <C-w>h nnoremap <C-l> <C-w>l nnoremap <leader>c :close<CR> nnoremap <leader>v :vs<CR> +nnoremap <leader>V :vs<CR><C-w><C-l> " <C-s> in normal/insert mode: switch to normal mode and write to disk. inoremap <C-s> <ESC>:w<CR> |
