I'll vote for better Vim integration. But, this works really well. The only problem I'm having is in Hyperterm, the wrap is after the edge of the terminal. I have to make the terminal much larger to get to the wrap area. On a Macbook Air, screen space is a premium! This works much better than slap editor!
Richard Guay
@raguay
Anyone working on a Emmet plugin for it? Just noticed that it isn't here. That comes almost second nature to use that I thought all editors had it.
Richard Guay
@raguay
Has anyone created third party plugins yet? Is there a repository for plugins and themes?
Zachary Yedidia
@zyedidia
@phatle no I don't think micro will get vim keybindings in the future, because if you want vim keybindings, there are already many vim clones, and of course there is vim itself
teryanik
@teryanik
Hey all!
Zachary Yedidia
@zyedidia
Hi
Since you have xclip already installed, does it work to copy and paste using Ctrl-C and Ctrl-V?
teryanik
@teryanik
Sorry for my english:( No, ctrl+c & ctrl+v doesn't work. :(
Zachary Yedidia
@zyedidia
are you sure you are using X11 forwarding?
teryanik
@teryanik
I don't sure, how to check?
Zachary Yedidia
@zyedidia
when you ssh, do you use ssh -X?
teryanik
@teryanik
yes
/etc/ssh/sshd_config on server has "ForwardX11 yes"
Zachary Yedidia
@zyedidia
ok and it doesn't say that the forwarding request failed
teryanik
@teryanik
Oh, sorry for my stupidity "X11 forwarding request failed on channel 0"
I have not package xauth on server. I installed and all work fine. Thank you for best support. :)
Zachary Yedidia
@zyedidia
great :)
Sergey
@LikiPiki
What about auto completition in micro?
Zachary Yedidia
@zyedidia
I do plan to implement auto completion at some point. See #174.
_
David Jensen
@davidlgj
Hey there, just wanted to pop in and say that I LOVE micro. Found it a couple of days ago and it has since replaced vim as my go-to editor for all my SSH sessions. It makes me smile every day. Thank you so much!
Stanislav Kontár
@skontar
Exactly the same thought as David. Thank you for your effort! Finally an intuitive editor, easily configurable an easy to setup anywhere.
Nickolay
@handicraftsman
Boo
Hello
Hello, world
What about my pull request?
Yep. I updated it.
Rok Fajfar
@rokf
If two different filetypes have the same extension, how to fix that?
I've created a CHICKEN scheme syntax file.
It has the extension .scm, which is also listed in the lisp file.
Now when I save the file, the filetype is randomly chosen, either chicken or lisp.
I've already tried configuring it in the settings file, doesn't work tho.
Rok Fajfar
@rokf
I also tried copying the bundled lisp.micro file to my user syntax folder but the old one is being loaded.
Rok Fajfar
@rokf
Syntax files can't be overwritten?
sunsetrain
@sunsetrain
Hello. How can I turn on invisibles?
Zachary Yedidia
@zyedidia
There is only one invisible right now which is for tabs
You can enable it with set indentchar "|"
sunsetrain
@sunsetrain
thanks
Rok Fajfar
@rokf
I'd still like to know if I can overwrite existing syntax files, or do I have to change and recompile the sources for that to work?
zueve
@zueve
Hellow! Do you have a deb package repositoties?
Zachary Yedidia
@zyedidia
No we don't, but I would like to
Zachary Yedidia
@zyedidia
I don't know how to make them either or how the official apt-get repository works (would it be possible to add a micro package to the official repository?)
Andrew MacKenzie
@mackenza
hi channel
Zachary Yedidia
@zyedidia
Hello
Andrew MacKenzie
@mackenza
I was trying to make the zsh.micro use colorscheme rather than hardcoded colors... I make changes but it doesn't seem to change anything... I did 2 ways... edited the runtime/syntax file and rebuilt and I also added to my .config/micro/colorschemes
Zachary Yedidia
@zyedidia
Since zsh.micro is a runtime file make sure that when you rebuild you also rebuild the runtime.go file. You can do that by running make runtime.