aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/sh/rc9
-rw-r--r--etc/tmux/tmux.conf1
2 files changed, 10 insertions, 0 deletions
diff --git a/etc/sh/rc b/etc/sh/rc
index 3b26de3..e8b8b22 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -62,6 +62,15 @@ export EXINIT='
set ruler
set showmode
set showmatch
+ set extended
+ set cedit=
+ set filec=
+ set iclower
+ set nolock
+ set searchincr
+ set tildeop
+ set windowname
+ set verbose
'
HOSTNAME="$(hostname)"
diff --git a/etc/tmux/tmux.conf b/etc/tmux/tmux.conf
index 93efdf9..93326ae 100644
--- a/etc/tmux/tmux.conf
+++ b/etc/tmux/tmux.conf
@@ -1,6 +1,7 @@
# Use personal prefix over "C-b"
unbind C-b
set -g prefix C-v
+bind C-v send-keys C-v
# Turn on mouse mode
# https://groups.google.com/forum/#!msg/tmux-users/TRwPgEOVqho/Ck_oth_SDgAJ