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

Mappings failing to register #66

Open
joereddington opened this issue Aug 9, 2018 · 1 comment
Open

Mappings failing to register #66

joereddington opened this issue Aug 9, 2018 · 1 comment

Comments

@joereddington
Copy link

Just installed todo.txt-vim using the quick install instructions. Code Highlighting looks great Mappings aren't being found. What am I missing?

screen shot 2018-08-09 at 17 58 47

This is my .vimrc:

set number
map ""
map ""
map ""
map ""
syntax on
set ignorecase smartcase
set history=200
set incsearch
set ww=b,s,<,>,[,]
set spell
com! Pdf !open %:r.pdf
autocmd FileType .ml source ~/.vim/ml.vim
autocmd FileType plaintex source ~/.vim/latex.vim
autocmd FileType tex setlocal makeprg=pdflatex\ --shell-escape\ '%'
autocmd Syntax ocaml set commentstring=(
%s*)
set viminfo+=n~/.viminfo
set spell
hi clear SpellBad
hi SpellBad cterm=underline

let mapleader=","
let maplocalleader=""
set whichwrap+=<,>,h,l,[,]
set showcmd

filetype on
au BufNewFile, BufRead *.csv set filetype=nextActions
autocmd BufNewFile,BufFilePre,BufRead *.md set filetype=markdown.pandoc
set relativenumber

@robin-gdwl
Copy link

robin-gdwl commented Mar 20, 2021

EDIT: nevermind.... this was the solution: #59, it had nothing to do with me being on windows.
ORIGINAL COMMENT:
Had this problem on windows.
Calling the functions directly in vim (e.g. :sort) worked but not <LocalLeader>s
for me the problem was that the file inside the folder ftplugin needed to go into the plugin folder in ~\vimfiles.
I am still frustrated over how subtle differences between win and unix vim continue to give me headaches that are difficult to troubleshoot.

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

2 participants