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-option -g prefix C-o | |
| set-option -g prefix2 F1 | |
| unbind-key C-b | |
| bind-key C-o send-prefix | |
| unbind c | |
| bind-key c neww -c "#{pane_current_path}" | |
| set -g mouse on | |
| set -g history-limit 655350 |
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
| Compile the latest Vim 7.4 on CentOS 7 | |
| # yum install gcc make ncurses ncurses-devel | |
| # yum install ruby ruby-devel lua lua-devel luajit \ | |
| luajit-devel ctags git python python-devel \ | |
| python3 python3-devel tcl-devel \ | |
| perl perl-devel perl-ExtUtils-ParseXS \ | |
| perl-ExtUtils-XSpp perl-ExtUtils-CBuilder \ | |
| perl-ExtUtils-Embed |