Skip to content

Commit

Permalink
fix up windowing shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Jan 27, 2020
1 parent f9c0eea commit 79cc130
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dotfiles/kakoune.nix
Expand Up @@ -217,15 +217,15 @@ in {
declare-user-mode window
map global user w ': enter-user-mode window<ret>' -docstring 'Windowing'
map global window <s-v> ': tmux-terminal-horizontal sh -c %{ kak -c $1 $(${
map global window v ': tmux-terminal-horizontal sh -c %{ kak -c $1 $(${
similar-sort-files-cmd "$2"
}) } -- %val{session} %val{bufname}<ret>' -docstring "vertical split with selection"
map global window v ': tmux-terminal-horizontal sh -c %{ kak -c $1 } -- %val{session}'
map global window <a-v> ': tmux-terminal-horizontal sh -c %{ kak -c $1 } -- %val{session}<ret>'
map global window <s-s> ': tmux-terminal-vertical sh -c %{ kak -c $1 $(${
map global window s ': tmux-terminal-vertical sh -c %{ kak -c $1 $(${
similar-sort-files-cmd "$2"
}) } -- %val{session} %val{bufname}<ret>' -docstring "horizontal split with selection"
map global window s ': tmux-terminal-vertical sh -c %{ kak -c $1 } -- %val{session}'
map global window <a-s> ': tmux-terminal-vertical sh -c %{ kak -c $1 } -- %val{session}<ret>'
# escape with fd
hook global InsertChar d %{ try %{
Expand Down

0 comments on commit 79cc130

Please sign in to comment.