Vim: Leader not working
问题 When trying to use vim-latexsuite 's mappings, the ones using Leader are not working: :nmap ---------------------------------------- n <Leader>rf @<Plug>Tex_RefreshFolds n <Leader>ls @<Plug>Tex_ForwardSearch n <Leader>lv @<Plug>Tex_View n <Leader>ll @<Plug>Tex_Compile All other mappings by this plugin are working, so the plugin is being loaded correctly. Without mapleader being set, Leader should default to \ (Backslash). When typing \ll in command mode, the cursor gets moved 2 characters to