Anonymous bookmarking with ,bb ,bn ,bp ,bc
This commit is contained in:
1
vim/bundle/dterei-VimBookmarking
Submodule
1
vim/bundle/dterei-VimBookmarking
Submodule
Submodule vim/bundle/dterei-VimBookmarking added at 95a809c05a
@@ -6,6 +6,6 @@ let g:ConqueTerm_Color = 2
|
||||
" Open up a variety of commands in the ConqueTerm
|
||||
nmap <silent> <Leader>cc :execute 'ConqueTermSplit script/console --irb=pry'<CR>
|
||||
nmap <silent> <Leader>pp :execute 'ConqueTermSplit pry'<CR>
|
||||
nmap <silent> <Leader>bb :execute 'ConqueTermSplit /bin/bash --login'<CR>
|
||||
nmap <silent> <Leader>zz :execute 'ConqueTermSplit zsh'<CR>
|
||||
|
||||
let g:ConqueTerm_SendVisKey = '<Leader>e'
|
||||
|
||||
@@ -151,8 +151,20 @@ nnoremap <D-*> :let @/='\<<C-R>=expand("<cword>")<CR>\>'<CR>:set hls<CR>
|
||||
nnoremap ' `
|
||||
nnoremap ` '
|
||||
|
||||
" ============================
|
||||
" VimBookmarking
|
||||
" ============================
|
||||
"
|
||||
" Set anonymous bookmarks
|
||||
nmap ,bb :ToggleBookmark<cr>
|
||||
nmap ,bn :NextBookmark<cr>
|
||||
nmap ,bp :PreviousBookmark<cr>
|
||||
nmap ,bc :ClearBookmarks<cr>
|
||||
"
|
||||
" ============================
|
||||
" Abbreviations to use...
|
||||
" ============================
|
||||
" snippets that are expanded with space
|
||||
abbr pry! require 'pry'; binding.pry
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user