rogual / neovim-dot-app

Mac OS X GUI for Neovim
1.13k stars 62 forks source link

Cmd+P should open print dialog instead of printing immediately #231

Open yglukhov opened 8 years ago

yglukhov commented 8 years ago

Basically subj. File menu contains Print ⌘P instead of Print... ⌘P. This has rather frustrating consequences when mistakenly typing cmd+p instead of ctrl+p =)

rogual commented 8 years ago

Yep, we could do with a GUI for this.

There might be a clever way of setting "printexpr" to get a decent user experience here, or we might have to code a print dialog.

rogual commented 8 years ago

https://github.com/rogual/neovim-dot-app/pull/292