diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-09-11 13:24:20 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-09-11 13:24:20 +0100 |
commit | eecf7b8c552f03a15a37b0bd26e0550f3463baf7 (patch) | |
tree | 307929c5c7588df7e2cefa2787ad4d0cbd46ff6a /vim | |
parent | c9e6b19648e8344d430d3322a8a3717595a390c3 (diff) | |
parent | 2d391edd4d38e024519718104962a0825478c26d (diff) |
Merge branch 'master' of urbainvaes.com:public/dotfiles
Diffstat (limited to 'vim')
-rw-r--r-- | vim/.vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -271,6 +271,8 @@ nnoremap cqc :cclose<cr> nnoremap got :call system('urxvt -cd '.getcwd().' &')<cr> nnoremap goT :call system('urxvt -cd '.expand("%:p:h").' &')<cr> +nnoremap gof :call system('urxvt -e vifm '.expand("%:p:h").' '.expand("%:p:h").' &')<cr> +nnoremap goF :call system('urxvt -e vifm '.expand("%:p:h").' '.expand("%:p:h").' &')<cr> nnoremap <LocalLeader>h :e %:p:s,.hpp$,.X123X,:s,.cpp$,.hpp,:s,.X123X$,.cpp,<CR> nnoremap Y y$ |