From e457e8f9cbea2f36b76ebc3f21e7b50b53e5e4e8 Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Wed, 22 Jan 2020 14:14:45 -0600 Subject: [PATCH] split with session instead of client PID --- dotfiles/kakoune.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 %{