Skip to content

Commit

Permalink
fix typo in splits
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Jan 23, 2020
1 parent 26364fd commit f9c0eea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dotfiles/kakoune.nix
Expand Up @@ -219,12 +219,12 @@ in {
map global user w ': enter-user-mode window<ret>' -docstring 'Windowing'
map global window <s-v> ': tmux-terminal-horizontal sh -c %{ kak -c $1 $(${
similar-sort-files-cmd "$2"
}) } -- %val{session} $val{bufname}<ret>' -docstring "vertical split with selection"
}) } -- %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 <s-s> ': tmux-terminal-vertical sh -c %{ kak -c $1 $(${
similar-sort-files-cmd "$2"
}) } -- %val{session} $val{bufname}<ret>' -docstring "horizontal split with selection"
}) } -- %val{session} %val{bufname}<ret>' -docstring "horizontal split with selection"
map global window s ': tmux-terminal-vertical sh -c %{ kak -c $1 } -- %val{session}'
# escape with fd
Expand Down

0 comments on commit f9c0eea

Please sign in to comment.