1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-10-26 13:40:10 +03:00

Delete broken link

Coleman McFarland 2022-04-03 22:34:19 -04:00
parent 98cce1fd25
commit 400d1b0d95

@ -45,7 +45,3 @@ This bin stub can be useful when used with tmux, like in the following scenario:
- the bin stub described above is executed, creating a new kak session called foo with a first client attached to it.
- by using `split-window -h -c "#{pane_current_path}"` as a tmux command (usually binded to a key), a new pane is created on the right with a shell ready in the same foo directory.
- executing the bin stub in this new pane will start a new client connected to the same foo session.
## See also
[Open files in specific client](https://github.com/mawww/kakoune/wiki/Open-files-in-specific-client)