Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keybindings do not work when installing using the package feature of Vim 8 #378

Open
listix opened this issue Sep 18, 2022 · 0 comments
Open

Comments

@listix
Copy link

listix commented Sep 18, 2022

After installing I created a very basic file:

* Test 1
** Test 2
Text
** Test 3
** Test 4
Text 2 

When I press Tab it does nothing.

I followed these steps

mkdir -p ~/.vim/pack/git-plugins/start
cd ~/.vim/pack/git-plugins/start
git clone https://github.com/jceb/vim-orgmode

I added these two lines to my .vimrc

packloadall
silent! helptags ALL

now my .vimrc looks like

packloadall
silent! helptags ALL
let mapleader = " "
let maplocalleader = ","
nnoremap <leader>r :!%:p<Enter>
set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab

My vim version is 8.1.3741 and I have no plugins installed. I am also using KDE Neon as my linux distribution. If this way of installing doesn't work then I'll try one of the others.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant