summaryrefslogtreecommitdiffstats
path: root/.tmux.conf
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2019-03-06 18:06:15 +0100
committerTharre <tharre3@gmail.com>2019-03-06 18:06:15 +0100
commit3cc5d112ebc031bdc6a2cb759150db818cd8fdeb (patch)
treee4fa7fdbf26ee08d906c08174e0912e8ea2eb592 /.tmux.conf
parent669839d8a6534a017bc50f402d16c75fc078fa81 (diff)
downloaddotfiles-3cc5d112ebc031bdc6a2cb759150db818cd8fdeb.tar.gz
dotfiles-3cc5d112ebc031bdc6a2cb759150db818cd8fdeb.tar.xz
dotfiles-3cc5d112ebc031bdc6a2cb759150db818cd8fdeb.zip
tmux: add CTRL-X CTRL-V keybind to fullscrn window
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf
index cd99875..e504651 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -14,6 +14,7 @@ set-option -g set-titles-string "#W"
bind-key r source-file ~/.tmux.conf \; display "Config reloaded!"
bind z run tmux-url-select
+bind-key v resize-pane -Z
bind-key P command-prompt -p 'save history to filename:' -I '~/tmux.history' 'capture-pane -S - ; save-buffer %1 ; delete-buffer'
if-shell "test -e ~/.tmux.conf.local" "source-file ~/.tmux.conf.local"