1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-11-24 07:53:41 +03:00

Move iterm.kak to rc/extra

This commit is contained in:
Martin Chaine 2016-07-25 12:52:40 +02:00
parent 39c1c3ec7c
commit 82e28bce11

View File

@ -71,5 +71,5 @@ def iterm-new-window -params .. -command-completion -docstring "Create a new iTe
def iterm-focus -params 0..1 -client-completion -docstring "Focus the given client in iTerm" %{
# Should be possible using ${kak_client_env_ITERM_SESSION_ID}.
%sh{echo "echo -color Error 'Not implemented yet for iTerm'"}
%sh{echo "echo -color Error 'Not implemented yet for iTerm'"}
}