diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2020-10-29 21:16:17 +0000 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2020-10-29 21:16:17 +0000 |
| commit | 6cb02b5891750bdfdf6199d80ec8746cfae69a4e (patch) | |
| tree | 0e4d48d4021426c149dfa39dcfb720e697167cd9 | |
| parent | b86cb49d5c6f0ca0d58ba3199f27cce13decdeef (diff) | |
Add horizontal split key mapping
| -rw-r--r-- | .config/nvim/keys/mappings.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/nvim/keys/mappings.vim b/.config/nvim/keys/mappings.vim index eabc835..6a14507 100644 --- a/.config/nvim/keys/mappings.vim +++ b/.config/nvim/keys/mappings.vim @@ -16,7 +16,7 @@ nnoremap <C-l> <C-w>l " Tab navigation. nnoremap <C-t> :tabnew<CR> inoremap <C-t> <Esc>:tabnew<CR> +nnoremap <C-space> :sp<CR> +inoremap <C-space> <Esc>:sp<CR> nnoremap H gT nnoremap L gt - - |
