Skip to content

Commit

Permalink
escape with fd
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Jan 7, 2020
1 parent 31ab23f commit c63d05d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dotfiles/kakoune.nix
Expand Up @@ -162,6 +162,12 @@ in {
map global surround d ': delete-surround<ret>' -docstring 'Delete'
map global surround t ': select-surrounding-tag<ret>' -docstring 'Select tag'
map global user s ':enter-user-mode surround<ret>' -docstring 'Surround'
# escape with fd
hook global InsertChar d %{ try %{
exec -draft hH <a-k>fd<ret> d
exec <esc>
}}
'';
};

Expand Down

0 comments on commit c63d05d

Please sign in to comment.