tpope / vim-unimpaired

unimpaired.vim: Pairs of handy bracket mappings
https://www.vim.org/scripts/script.php?script_id=1590
3.31k stars 205 forks source link

Is it possible to make [<Space> jump to the new line and enter insert mode (like the 'o' key)? #226

Closed lucas-salas closed 2 years ago

lucas-salas commented 2 years ago

If it's possible, which file would I need to edit to modify the command (I'm using neovim with zsh)? I'm a vim noob so I'll take as much instruction as someone is willing to give.

Thanks!

tpope commented 2 years ago

There is no support for this. Maybe just use the o key?

lucas-salas commented 2 years ago

Just realized capital O is what I'm looking for, sorry!