Skip to content

Commit

Permalink
move options around for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Dec 23, 2019
1 parent 19b31e0 commit 743eb68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dotfiles/kakoune.nix
Expand Up @@ -52,13 +52,11 @@ in {

hooks = [
{
commands = "auto-pairs-enable";
name = "WinCreate";
option = ".*";
commands = "auto-pairs-enable";
}
{
name = "WinCreate";
option = ".*";
commands = ''
declare-user-mode surround
map global surround s ':surround<ret>' -docstring 'Surround'
Expand All @@ -67,6 +65,8 @@ in {
map global surround t ':select-surrounding-tag<ret>' -docstring 'Select tag'
map global user s ':enter-user-mode surround<ret>' -docstring 'Surround'
'';
name = "WinCreate";
option = ".*";
}
];
};
Expand Down

0 comments on commit 743eb68

Please sign in to comment.