Friday, November 15, 2024

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

Hello,

I just tried it. Whenever I press , y, or , p or , d I get beep sound. 

Some more information:

➜  ~ vim --version | grep clipboard
-clipboard         +keymap            +printer           +vertsplit
+ex_extra          +mouse_netterm     +syntax            -xterm_clipboard
➜  ~

From: vim_use@googlegroups.com <vim_use@googlegroups.com> on behalf of Salman Halim <salmanhalim@gmail.com>
Sent: Friday, November 15, 2024 21:47
To: vim_use@googlegroups.com <vim_use@googlegroups.com>
Cc: vim@vim.org <vim@vim.org>
Subject: 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: