diff --git a/dotfiles/kakoune.nix b/dotfiles/kakoune.nix index 903c55f..2bd7f26 100644 --- a/dotfiles/kakoune.nix +++ b/dotfiles/kakoune.nix @@ -216,13 +216,13 @@ in { map global user s ':enter-user-mode surround' -docstring 'Surround' declare-user-mode window + map global user w ': enter-user-mode window' -docstring 'Windowing' map global window v ': tmux-terminal-horizontal sh -c %{ kak -c $1 $(${ similar-sort-files-cmd "$2" - }) } -- %val{client_pid} $val{bufname}' -docstring "vertical split with selection" + }) } -- %val{session} $val{bufname}' -docstring "vertical split with selection" map global window s ': tmux-terminal-vertical sh -c %{ kak -c $1 $(${ similar-sort-files-cmd "$2" - }) } -- %val{client_pid} $val{bufname}' -docstring "horizontal split with selection" - map global user w ': enter-user-mode window' -docstring 'Windowing' + }) } -- %val{session} $val{bufname}' -docstring "horizontal split with selection" # escape with fd hook global InsertChar d %{ try %{