ctaylo21 / jarvis

Dotfiles for a powerful, web development-focused environment powered by Neovim, iTerm2, tmux, and zsh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix broken mappings in Denite

ctaylo21 opened this issue · comments

Mappings that open files in new splits from normal mode in Denite are broken. User report:

CTRL + T from the denite fzf (LEADER + T) I get a "E73: tag stack empty"

In the nvim setting, he changed Leader key to ",". So I think you should try ",+t"

This should be fixed now. The denite mappings changed so I had to update them to the new format.