This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Set prefix to Ctrl+Space | |
| unbind C-b | |
| set -g prefix C-Space | |
| bind C-Space send-prefix | |
| # Enable mouse support | |
| set -g mouse on | |
| # Start windows and panes at 1, not 0 | |
| set -g base-index 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| " Yank to system clipboard | |
| set clipboard=unnamedplus | |
| " Remap exit to jj | |
| inoremap jj <Esc> | |
| " Remap redo to U | |
| nnoremap U <C-r> | |
| " Remap exit to jj |