.screenrc: disable lockscreen (unbind ^x)
authorTomas Zeman <tzeman@volny.cz>
Wed, 11 Oct 2017 21:48:26 +0200
changeset 50 b5f5b3ba8cb0
parent 49 c53b549bf0d7
child 51 12e5a6900efd
.screenrc: disable lockscreen (unbind ^x)
config/.gitconfig
config/.gitignore_global
config/.screenrc
--- a/config/.gitconfig	Mon Aug 22 14:42:24 2016 +0200
+++ b/config/.gitconfig	Wed Oct 11 21:48:26 2017 +0200
@@ -3,6 +3,10 @@
 	name = Tomas Zeman
 [core]
 	excludesfile = /home/tzeman/.gitignore_global
+
+[http]
+	sslverify = false
+
 [alias]
 	# define new alias as: git alias new_alias original_command
 	alias = "!sh -c '[ $# = 2 ] && git config --global alias.\"$1\" \"$2\" && exit 0 || echo \"usage: git alias <new alias> <original command>\" >&2 && exit 1' -"
--- a/config/.gitignore_global	Mon Aug 22 14:42:24 2016 +0200
+++ b/config/.gitignore_global	Wed Oct 11 21:48:26 2017 +0200
@@ -9,3 +9,4 @@
 Session.vim
 .netrwhist
 *~
+*.rej
--- a/config/.screenrc	Mon Aug 22 14:42:24 2016 +0200
+++ b/config/.screenrc	Wed Oct 11 21:48:26 2017 +0200
@@ -5,3 +5,5 @@
 hardstatus alwayslastline
 startup_message off
 hardstatus string '%{= gK}%-Lw%{= KW}%50>%n%f* %t%{= gK}%+Lw%< %{= kG}%-=%H %l %Y-%m-%d %c:%s%{-}'
+bind ^x
+bind x