Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/velrest/sway-bindings.kak
Sway usermode for kakoune
https://github.com/velrest/sway-bindings.kak
Last synced: 14 days ago
JSON representation
Sway usermode for kakoune
- Host: GitHub
- URL: https://github.com/velrest/sway-bindings.kak
- Owner: velrest
- License: unlicense
- Created: 2024-12-05T08:57:42.000Z (18 days ago)
- Default Branch: main
- Last Pushed: 2024-12-05T09:03:17.000Z (18 days ago)
- Last Synced: 2024-12-05T10:18:51.479Z (18 days ago)
- Language: KakouneScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sway-bindings.kak
Commands and a usermode for sway## Installation
You can install it with andreyorst/plug.kak:
```
plug "velrest/sway-bindings.kak"
```## Usermode
There is a usermode with all the commands mapped:
```
map global user n ': enter-user-mode sway' -docstring 'Sway mode'
```