summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 348e47e..d5a7cbf 100644
--- a/vimrc
+++ b/vimrc
@@ -609,6 +609,8 @@ nmap \ :q<CR>
nmap <silent><Tab> :w<CR>
nmap <silent><C-D> :bd<CR>
+
+nmap <silent>) 0
" }}}
" }}}
" Plugin settings {{{