Last active
November 7, 2017 19:52
-
-
Save Houl/6440f243cad111b33af516e1e575870d to your computer and use it in GitHub Desktop.
User's vimrc piece, supporting the modified ftplugin/python.vim
This file contains hidden or 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
let g:no_bracket_maps = 1 | |
map <expr> ]] repmo#Key('<Plug>]]-motion', '<Plug>[[-motion')|sunmap ]] | |
map <expr> [[ repmo#Key('<Plug>[[-motion', '<Plug>]]-motion')|sunmap [[ | |
map <expr> ][ repmo#Key('<Plug>][-motion', '<Plug>[]-motion')|sunmap ][ | |
map <expr> [] repmo#Key('<Plug>[]-motion', '<Plug>][-motion')|sunmap [] | |
map <expr> ]m repmo#Key('<Plug>]m-motion', '<Plug>[m-motion')|sunmap ]m | |
map <expr> [m repmo#Key('<Plug>[m-motion', '<Plug>]m-motion')|sunmap [m | |
map <expr> ]M repmo#Key('<Plug>]M-motion', '<Plug>[M-motion')|sunmap ]M | |
map <expr> [M repmo#Key('<Plug>[M-motion', '<Plug>]M-motion')|sunmap [M |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment