https://github.com/ycm/shimp
Vim9script, switch between header and implementation.
https://github.com/ycm/shimp
vim vim9
Last synced: 7 months ago
JSON representation
Vim9script, switch between header and implementation.
- Host: GitHub
- URL: https://github.com/ycm/shimp
- Owner: ycm
- License: mit
- Created: 2024-12-06T13:25:21.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-09T05:00:26.000Z (over 1 year ago)
- Last Synced: 2025-03-28T21:26:55.262Z (12 months ago)
- Topics: vim, vim9
- Language: Vim Script
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# shimp
A tiny script that **s**witches between **h**eader and **imp**lementation. Does not care about project structure, code definitions, etc. Just greedily traverses up the path and looks for a matching filename.
## Install
Requires Vim9.
```vim
Plug 'ycm/shimp'
```
## Usage
```vim
:ShimpToggle [open|left|right|top|below]
```
Also see `:h shimp`.