Try setting the mapleader without the g: prefix.
Salman
On Fri, Nov 15, 2024, 23:17 'Arup Rakshit' via vim_use <vim_use@googlegroups.com> wrote:
I have some mappings define for "+y, "+p, "+d .. But none of the mappings are working. When I press leader key (,) and then press y or d or p or P, I get beep sound. Can anyone help me why is it not working? Here is my ~/.vimrc content:
cat ~/.vimrccall plug#begin()
" List your plugins herePlug 'elixir-editors/vim-elixir'Plug 'itchyny/lightline.vim'Plug 'jaredgorski/spacecamp'
call plug
No comments:
Post a Comment