start new:
tmux
start new with session name:
tmux new -s myname
| " Usage: | |
| " | |
| " Create a project from the current nerdtree with | |
| " :NERDTreeProjectSave <name> | |
| " | |
| " Load a project with | |
| " :NERDTreeProjectLoad <name> | |
| " | |
| " Delete a project with | |
| " :NERDTreeProjectRm <name> |
| " File: after/plugin/ctrlp.vim | |
| " Description: Custom statusline example | |
| " Make sure ctrlp is installed and loaded | |
| if !exists('g:loaded_ctrlp') || ( exists('g:loaded_ctrlp') && !g:loaded_ctrlp ) | |
| fini | |
| en | |
| " ctrlp only looks for this |