You need to rebind your short key with argument -c "#{pane_current_path}"
E.g.
New vertical pane
Default: bind % split-window -h
To: bind % split-window -h -c "#{pane_current_path}"
New horizontal pane
Default: bind '"' split-window
To: bind '"' split-window -c "#{pane_current_path}"
New window
Default: bind c new-window
To: bind c new-window -c "#{pane_current_path}"
Credit: Tmux forgets the directory where the session was created
Showing posts with label Tmux. Show all posts
Showing posts with label Tmux. Show all posts
Friday, May 16, 2014
Subscribe to:
Posts (Atom)
Collectd PostgreSQL Plugin
I couldn't find this link when searching with google https://www.collectd.org/documentation/manpages/collectd.conf.html#plugin-postgresq...
-
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...