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
| nmap ,u :GundoToggle<CR> # !> assigned but unused variable - nmap | |
| " RSpec.vim mappings | |
| noremap <Leader>t :call RunCurrentSpecFile()<CR> | |
| noremap <Leader>s :call RunNearestSpec()<CR> | |
| noremap <Leader>l :call RunLastSpec()<CR> | |
| noremap <Leader>a :call RunAllSpecs()<CR> | |
| " sneak # !> possibly useless use of > in void context |
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
| # | |
| # Executes commands at the start of an interactive session. | |
| # | |
| # Authors: | |
| # Sorin Ionescu <sorin.ionescu@gmail.com> | |
| # | |
| # Source Prezto. | |
| if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then | |
| source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" |
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
| nmap ,u :GundoToggle<CR> # !> assigned but unused variable - nmap | |
| " RSpec.vim mappings | |
| noremap <Leader>t :call RunCurrentSpecFile()<CR> | |
| noremap <Leader>s :call RunNearestSpec()<CR> | |
| noremap <Leader>l :call RunLastSpec()<CR> | |
| noremap <Leader>a :call RunAllSpecs()<CR> | |
| " sneak # !> possibly useless use of > in void context |
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
| Bundle "christoomey/vim-tmux-navigator" | |
| Bundle "t9md/vim-ruby-xmpfilter" | |
| Bundle "thoughtbot/vim-rspec" | |
| Bundle "csexton/jekyll.vim" |
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
| " sneak | |
| nmap ' <Plug>SneakNext | |
| nmap " <Plug>SneakPrevious | |
| " nmap s <Plug>SneakForward | |
| " nmap S <Plug>SneakBackward | |
| " xmap s <Plug>VSneakForward | |
| " xmap S <Plug>VSneakBackward | |
| " | |
| " To remember how to force save if you have an E212 error message | |
| ca w!! w !sudo tee "%" |
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
| { "keys": ["ctrl+shift+."], "command": "erb"}, | |
| { "keys": ["j", "j"], "command": "_enter_normal_mode", "args": {"mode": "mode_insert"}, "context": [{"key": "vi_insert_mode_aware"}] }, | |
| { "keys": ["j", "k"], "command": "_enter_normal_mode", "args": {"mode": "mode_insert"}, "context": [{"key": "vi_insert_mode_aware"}] }, | |
| { "keys": ["J", "J"], "command": "_enter_normal_mode", "args": {"mode": "mode_insert"}, "context": [{"key": "vi_insert_mode_aware"}] }, | |
| { "keys": ["J", "K"], "command": "_enter_normal_mode", "args": {"mode": "mode_insert"}, "context": [{"key": "vi_insert_mode_aware"}] }, | |
| { "keys": ["ctrl+shift+k"], "command":"next_view"}, | |
| { "keys": ["ctrl+shift+j"], "command":"prev_view"}, | |
| {"keys": ["K"], "command":"next_view", "context": [{"key": "vi_command_mode_aware"}]}, | |
| {"keys": ["J"], "command":"prev_view", "context": [{"key": "vi_command_mode_aware"}]} |
NewerOlder