summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 7f62b8d..b0f9a3b 100644
--- a/vimrc
+++ b/vimrc
@@ -627,12 +627,15 @@ nnoremap <silent><C-D> :bd<CR>
" allow some commands to work regardless of keyboard mode
nmap <silent>) 0
+nmap <silent>g) g0
nmap <Bar> \
" }}}
" Miscellaneous {{{
" have Y behave analogously to D rather than to dd
nnoremap Y y$
+nmap <silent>g_ g0
+
autocmd BufEnter * exe "nnoremap T :e " . expand('%')
" }}}
" }}}