Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Boston Vim Meetup December 5, 2011 | |
---------------------------------- | |
Title : Harmonizing your text editing and shell work in vim | |
Speaker : Darcy Parker | |
github : @darcyparker | |
gmail : darcyparker at gmail.com | |
( Friendly reminder for new users when reading this in Vim: | |
:help fold-commands | |
:set foldmethod=marker |
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
"guard against sourcing the script twice | |
if exists("g:loaded_nerdtree_start_shell_mapping") | |
finish | |
endif | |
let g:loaded_nerdtree_start_shell_mapping = 1 | |
"bind 'S' to NERDTreeStartShell() | |
call NERDTreeAddKeyMap({ | |
\ 'key': 'S', | |
\ 'callback': 'NERDTreeStartShell', |
NewerOlder