diff options
author | Urbain Vaes <urbain@vaes.uk> | 2019-01-06 10:22:43 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2019-01-06 10:22:43 +0100 |
commit | 4cc0693d76a370e4e4d65e09a36d8fb06e49bdec (patch) | |
tree | 14276a1e4c376a485593b70fa36a7526278c464b /tmux | |
parent | fe9f7f011e91fa4cf2bfecbf408688d4223f437d (diff) |
[vim] Update generalized_motion
Diffstat (limited to 'tmux')
-rw-r--r-- | tmux/.tmux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index c268025..7df3a18 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -26,3 +26,6 @@ PILOT_BOUNDARY=ignore PILOT_MODE=wintab PILOT_ROOT=$HOME/Dropbox/projects/vim-wintab source-file $PILOT_ROOT/pilot.tmux + +# Bind for clear-screen +bind C-l send-keys C-l |