Friday, November 15, 2024

Re: Why my leader key is not working for y,d,p?

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 ~/.vimrc
call plug#begin()

" List your plugins here
Plug 'elixir-editors/vim-elixir'
Plug 'itchyny/lightline.vim'
Plug 'jaredgorski/spacecamp'

call plug

No comments: