Docker : Switch detachKeys to <C-z>.

This commit is contained in:
Dmitry Voronin 2024-01-30 00:21:47 +03:00
parent 9b115d93fe
commit 853a328412
3 changed files with 10 additions and 0 deletions

View file

@ -30,6 +30,9 @@ export TEXMFLOCAL="${HOME}/app/tex/data/local"
# Dotfiles exports. # Dotfiles exports.
export BASH_MODULE_PATH="${HOME}/.config/bash/module" export BASH_MODULE_PATH="${HOME}/.config/bash/module"
# Docker config.
export DOCKER_CONFIG="${HOME}/.config/docker"
# Set java version. Sets to latest when not specified. # Set java version. Sets to latest when not specified.
# Usage: export_java [VERSION] # Usage: export_java [VERSION]
function export_java() { function export_java() {

View file

@ -0,0 +1,3 @@
{
"detachKeys": "ctrl-z"
}

4
.gitignore vendored
View file

@ -69,6 +69,10 @@
!/.config/tmux/ !/.config/tmux/
!/.config/tmux/** !/.config/tmux/**
# Docker config.
!/.config/docker/
!/.config/docker/**
# MangoHud config. # MangoHud config.
!/.config/MangoHud/ !/.config/MangoHud/
!/.config/MangoHud/** !/.config/MangoHud/**