summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorfankhauseand2022-07-12 12:52:48 +0200
committerfankhauseand2022-07-12 12:52:48 +0200
commit54b394a632eaf250d42ae8fbc90b29928c206ae6 (patch)
treea385c8bd9e4e56e70a9cecb40631ea4f981f2773 /src
parent6c9c2bdc8db6c9b9260ff020e46649951ac4c09b (diff)
downloaddotfiles-54b394a632eaf250d42ae8fbc90b29928c206ae6.zip
dotfiles-54b394a632eaf250d42ae8fbc90b29928c206ae6.tar.gz
(ConEmu) Kludge around how to fix broken ssh vim
Diffstat (limited to 'src')
-rw-r--r--src/bash/_bashrc5
-rw-r--r--src/windoof/ConEmu/ConEmu.xml4
2 files changed, 8 insertions, 1 deletions
diff --git a/src/bash/_bashrc b/src/bash/_bashrc
index e6bc567..aa512c7 100644
--- a/src/bash/_bashrc
+++ b/src/bash/_bashrc
@@ -31,5 +31,10 @@ if $WINDOOF; then
fi
unset env
+ # Fix vim-behind-ssh on windoof
+ # TODO this fixes the remote shell, but breaks the local one (Eg del prints
+ # tilde). Grr ....
+ #if test -n "$ConEmuBuild"; then TERM=dumb; export TERM; fi
+
fi
diff --git a/src/windoof/ConEmu/ConEmu.xml b/src/windoof/ConEmu/ConEmu.xml
index 36f24f9..a5d6d1c 100644
--- a/src/windoof/ConEmu/ConEmu.xml
+++ b/src/windoof/ConEmu/ConEmu.xml
@@ -5,13 +5,15 @@
<?xml version="1.0" encoding="utf-8"?>
<key name="Software">
<key name="ConEmu">
- <key name=".Vanilla" modified="2022-06-27 00:42:42" build="210912">
+ <key name=".Vanilla" modified="2022-07-12 12:22:45" build="210912">
<!-- <value name="UseCurrentSizePos" type="hex" data="01"/> -->
<!-- <value name="AutoSaveSizePos" type="hex" data="01"/> -->
<!-- <value name="WindowMode" type="dword" data="0000051f"/> -->
<!-- Copy LF=00, CRLF=01 -->
<value name="ClipboardEOL" type="hex" data="00"/>
+ <!-- AnsiExecution 00=everywhere, 01=cmdOnly, ... -->
+ <value name="AnsiExecution" type="hex" data="00"/>
<value name="AutoTrimSingleLine" type="hex" data="01"/>
<value name="ClipboardConfirmEnter" type="hex" data="01"/>
<value name="ClipboardConfirmLonger" type="ulong" data="1024"/>