cdelledonne / vim-cmake

Vim/Neovim plugin for working with CMake projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

:CMakeToggle

sillydan1 opened this issue · comments

Since we already have :CMakeOpen and :CMakeClose it feels like it would be appropriate with a :CMakeToggle command that toggles the cmake window.

This could be manually scripted in users' init script file(s), but it would be much cleaner and easier to keybind if it was a built-in feature of the plugin.

Hi, thanks for opening this.

I think your request makes sense, and should be fairly easy to implement. Would you be interested in submitting a PR?

I am not very well versed in vimscript but I'll give it a shot. Maybe some time this weekend 👍

Thanks for merging! I'll be honest, I had completely forgot about the PR 😄

I understand :) I didn't want to be pushy so I just finalized it myself. Thanks for the contribution!