My vim configuration
git clone https://github.com/m-col/vim-misc
Files | Refs | Readme

Commit ac1837841591c40f8257af70c23e98c1d2f8cade
Parent: 081aba8c9577caa728520ea4674c84019b35044f
Author: mcol <mcol@posteo.net>
Date: 2019-02-24 18:10:21 +0000
Committer: mcol <mcol@posteo.net>
Committed: 2019-02-24 18:10:21 +0000

moved tmux prefix to C-s to allow zsh C-a autocompletion with single press

tmux.conf Modified

@@ -2,8 +2,8 @@
 
 # make C-a prefix
 unbind C-b
-set -g prefix C-a
-bind C-a send-prefix
+set -g prefix C-s
+bind C-s send-prefix
 
 # bindings
 bind r source-file ~/.tmux.conf
@@ -11,6 +11,7 @@
 bind-key | split-window -hb \; run-shell "~/.vim/bundle/vim-misc/bsptm"
 #bind-key -n C-d kill-pane \; run-shell "~/.vim/bundle/vim-misc/bsptm"
 bind C-l send-keys 'C-l'
+bind C-a send-keys 'C-a'
 
 # general settings
 set -g default-terminal "tmux-256color"