This is of interest for Vim users only.

I'm about to merge some additional features in julia-vim (this branch: 
https://github.com/JuliaLang/julia-vim/tree/blockobj)

They will introduce some additional key mappings in julia files, intended 
for moving around blocks (if/end, function/end etc.). They don't conflict 
with standard vim, but they may conflict with some custom mapping you have, 
or other plugins, so this is just a heads up: in such case, you'll want to 
read the documentation 
<https://github.com/JuliaLang/julia-vim/blob/blockobj/doc/julia-vim.txt> 
and customize (or disable) the julia-vim mappings. Use ":help julia-vim" to 
see how.

The new mappings will be:

in normal / visual / operator-pending modes:
]] ][ [[ [] ]j ]J [j [J

in visual / operator-pending modes only:
aj ij

Of course, testing and feedback is also appreciated.

Reply via email to