Created
May 26, 2017 09:13
-
-
Save romainl/3b8cdc6c3748a363da07b1a625cfc666 to your computer and use it in GitHub Desktop.
Universal opposite of J
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function! BreakHere() | |
s/^\(\s*\)\(.\{-}\)\(\s*\)\(\%#\)\(\s*\)\(.*\)/\1\2\r\1\4\6 | |
call histdel("/", -1) | |
endfunction | |
nnoremap <key> :<C-u>call BreakHere()<CR> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment