kakoune: remove kak-plug, install all plugins via nix
This commit is contained in:
parent
6f3935f736
commit
f6efa2cc57
6 changed files with 137 additions and 107 deletions
|
@ -16,6 +16,8 @@ map global user 'M' ': try lsp-range-formatting-sync catch format-selections<ret
|
|||
map global user 'c' ': comment-line<ret>' -docstring 'comment line'
|
||||
map global user 'C' '_: comment-block<ret>' -docstring 'comment block'
|
||||
|
||||
map global user "s" ': enter-user-mode mirror<ret>' -docstring 'mirror mode'
|
||||
|
||||
map global user 'p' '! wl-paste -n<ret>' -docstring 'clipboard paste'
|
||||
map global user 'P' '<a-o>j! wl-paste -n<ret>' -docstring 'clipboard paste on next line'
|
||||
map global user 'R' '"_d! wl-paste -n <ret>' -docstring 'clipboard replace'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue