Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am zhongtianwang on github.
  • I am zhongtian (https://keybase.io/zhongtian) on keybase.
  • I have a public key ASCD-s8eE99R2_BKE-9pFmf5qmYotkOAaA9W0ZDPWDiM_wo

To claim this, I am signing this object:

@oyyblin
oyyblin / .tmux.conf
Last active May 3, 2024 08:05 — forked from ivanalejandro0/.tmux.conf
Tmux configuration file with Powerline-like status bar, system clipboard integration and some other nice tweaks.
set -g mouse on
bind-key -n M-Left previous-window
bind-key -n M-Right next-window
bind -n C-k clear-history
set-option -g allow-rename off
#set -g pane-border-status top
#set -g pane-border-format "#{pane_current_path} - #{pane_current_command}"