diff options
Diffstat (limited to 'autoload/+init.kak')
| -rw-r--r-- | autoload/+init.kak | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/autoload/+init.kak b/autoload/+init.kak index 43be837..f235e65 100644 --- a/autoload/+init.kak +++ b/autoload/+init.kak @@ -39,12 +39,12 @@ hook global RegisterModified '/' %{ add-highlighter -override global/search regex "%reg{/}" 0:search } -# Preserve count for user modes (look for alternatives) -declare-option -hidden int user_mode_count 0 -define-command enter-user-mode-with-count -params 1 %{ - set-option window user_mode_count %val{count} - enter-user-mode %arg{1} -} +# # Preserve count for user modes (look for alternatives) +# declare-option -hidden int user_mode_count 0 +# define-command enter-user-mode-with-count -params 1 %{ +# set-option window user_mode_count %val{count} +# enter-user-mode %arg{1} +# } # Open directory (bits from explore.kak) hook global RuntimeError '\d+:\d+: ''(?:edit|e)''(.+): is a directory' %{ |
