Skip to content

Commit

Permalink
add active-window.kak
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Jul 6, 2021
1 parent 1991a7b commit 93069e6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dotfiles/tmux.nix
Expand Up @@ -42,6 +42,9 @@ in {
bind l select-layout main-vertical
# let active-window.kak know when it's focused
set -g focus-events on
# status line (thanks, Ju!)
set-option -g status-justify left
set-option -g status-left '#[bg=colour2] #[bg=colour8] #[bg=colour0] #S '
Expand Down
13 changes: 13 additions & 0 deletions nix/sources.json
@@ -1,4 +1,17 @@
{
"active-window.kak": {
"branch": "master",
"description": "Cursor is colored only in the active window",
"homepage": null,
"kakoune": "plugin",
"owner": "greenfork",
"repo": "active-window.kak",
"rev": "988db69cfbb88bd741d089bb43b0be551693e7c1",
"sha256": "1fv1cp9q212gamf9z2papl5xcl2w31fpcmbgdzbxcxdl1pvfsqp8",
"type": "tarball",
"url": "https://github.com/greenfork/active-window.kak/archive/988db69cfbb88bd741d089bb43b0be551693e7c1.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"auto-pairs.kak": {
"branch": "fd735ec149ef0d9ca5f628a95b1e52858b5afbdc",
"description": "Kakoune extension to enable automatic closing of pairs",
Expand Down

0 comments on commit 93069e6

Please sign in to comment.