- Download this plugin jsbeautify
- Copy it to $HOME/.vim/plugin/
- In Vim, while you want to format JavaScript code, press \ff*
Subscribe to:
Post Comments (Atom)
Collectd PostgreSQL Plugin
I couldn't find this link when searching with google https://www.collectd.org/documentation/manpages/collectd.conf.html#plugin-postgresql
-
sudo su postgres supply your Mac password modify /Library/PostgreSQL/9.x/data/pg_hba.conf from local all all md5 to local all all ...
-
Put your cursor on the text box of the post/comment you want to indent Go to the menubar at the top of the screen Edit > Emoji & ...
-
I ran to this error the other day when I tried to export a dump file from a slave Postgres database. cpg_dump: Dumping the contents of ta...
5 comments:
@fosist: That's nice, but it has nothing to do with VIM.
@TAP: I had to look around a lot before I found that the map leader character on MacVIM is apparently the comma (",") by default. I wish I knew how to ask VIM what its current map leader character is.
@Lance I don't know how to check current map leader. I only know how to map leader key myself. I'm not sure do you know this.
let mapleader = "," (In this case, I map leader to ",")
Post a Comment