There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

harsh3466 ,

Here’s my .tmux.conf

I’m using ctrl-s as the prefix key, vim keybindings for pane navigating, b and for new panes, and the Dracula theme.


<span style="color:#323232;">
</span><span style="color:#323232;"># enable mouse
</span><span style="color:#323232;">
</span><span style="color:#323232;">set -g mouse on
</span><span style="color:#323232;">
</span><span style="color:#323232;"># enable leader r to relaod config file
</span><span style="color:#323232;">
</span><span style="color:#323232;">unbind r
</span><span style="color:#323232;">bind r source-file ~/.tmux.conf
</span><span style="color:#323232;">
</span><span style="color:#323232;"># change leader key combo from ctrl-b (C-b) to C-s
</span><span style="color:#323232;">
</span><span style="color:#323232;">set -g prefix C-s
</span><span style="color:#323232;">
</span><span style="color:#323232;"># toggle through panes with vim keys
</span><span style="color:#323232;">
</span><span style="color:#323232;">bind-key h select-pane -L
</span><span style="color:#323232;">bind-key j select-pane -D
</span><span style="color:#323232;">bind-key k select-pane -U
</span><span style="color:#323232;">bind-key l select-pane -R
</span><span style="color:#323232;">
</span><span style="color:#323232;"># change pane splits from % & - to v & f
</span><span style="color:#323232;">
</span><span style="color:#323232;">unbind f
</span><span style="color:#323232;">bind-key v split-pane -h
</span><span style="color:#323232;">bind-key f split-pane -v
</span><span style="color:#323232;">
</span><span style="color:#323232;"># List of plugins
</span><span style="color:#323232;">set -g @plugin 'tmux-plugins/tpm'
</span><span style="color:#323232;">set -g @plugin 'tmux-plugins/tmux-sensible'
</span><span style="color:#323232;">
</span><span style="color:#323232;">#dracula theme appearance and customizations
</span><span style="color:#323232;">
</span><span style="color:#323232;">set -g @plugin 'dracula/tmux'
</span><span style="color:#323232;">set -g @dracula-show-powerline true
</span><span style="color:#323232;">set -g @dracula-show-left-icon session
</span><span style="color:#323232;">set -g @dracula-plugins "ssh-session time"
</span><span style="color:#323232;">
</span><span style="color:#323232;"># Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
</span><span style="color:#323232;">run '~/.tmux/plugins/tpm/tpm'
</span><span style="color:#323232;">
</span>
  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines