summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-10-27 17:28:53 -0400
committerJesse Luehrs <doy@tozt.net>2013-10-27 18:16:15 -0400
commitfb2f1e605cec9390c92bf76e4b716b71c13d1ef3 (patch)
tree9b262de4679a0476f870d511ffeeecffea9238a6 /vimrc
parent75baa65a5317e763609a58d83fca0b48ce434c89 (diff)
downloadconf-fb2f1e605cec9390c92bf76e4b716b71c13d1ef3.tar.gz
conf-fb2f1e605cec9390c92bf76e4b716b71c13d1ef3.zip
this doesn't actually work, but that's okay
pretty sure the selection is forced to the cursor in normal mode, but i only use tab in insert mode anyway
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc2
1 files changed, 0 insertions, 2 deletions
diff --git a/vimrc b/vimrc
index 80e9f6d..b747480 100644
--- a/vimrc
+++ b/vimrc
@@ -712,8 +712,6 @@ call unite#custom#source('file_rec/async', 'converters', ['converter_relative_wo
autocmd FileType unite call s:unite_my_settings()
function! s:unite_my_settings()
nmap <silent><buffer> \ <Plug>(unite_exit)
- nmap <silent><buffer> <Tab> <Plug>(unite_select_next_line)
- nmap <silent><buffer> <S-Tab> <Plug>(unite_select_previous_line)
imap <silent><buffer> <Tab> <Plug>(unite_select_next_line)
imap <silent><buffer> <S-Tab> <Plug>(unite_select_previous_line)
endfunction