exvim / main

This is the main repository for exVim!
exvim.github.io
MIT License
739 stars 169 forks source link

Shift+Enter (<S-CR>) doesn't open split view #110

Open suntorytimed opened 8 years ago

suntorytimed commented 8 years ago

Using "Shift+Enter" for opening files from the project view in split editing and for switching to a definition in ex-tags doesn't work. On project view it doesn't open a file and in ex-tags it is handled as "Enter"

System: Ubuntu Gnome 15.10 tested in Gnome Terminal, Terminator and Guake

zetamind commented 6 years ago

遇到相同问题, Ubuntu 16.04

iotsys commented 6 years ago

遇到相同问题, manjaro

iotsys commented 6 years ago

不知道怎么解决,就将 “exproject.vim” 下的 "\<S-CR>" 改为 "\<leader>s ",可以将就使用。期待指点