diff --git a/docker/nvim-container.sh b/docker/nvim-container.sh index acea0aa..d844e40 100755 --- a/docker/nvim-container.sh +++ b/docker/nvim-container.sh @@ -9,6 +9,7 @@ if ! docker inspect "${container_name}-home" > /dev/null ; then fi docker run --interactive --rm --tty \ + --detach-keys "ctrl-z" \ --name "$container_name" \ --env "NVIM_COLOR=$NVIM_COLOR" \ --volume "${container_name}-home:/home/vividboarder/.data" \