Skip to content

Instantly share code, notes, and snippets.

View OleksandrMykytenko's full-sized avatar

Oleksandr Mykytenko OleksandrMykytenko

View GitHub Profile
@william8th
william8th / .tmux.conf
Last active June 26, 2024 15:42
Tmux open new pane in same directory
# Set the control character to Ctrl+Spacebar (instead of Ctrl+B)
set -g prefix C-space
unbind-key C-b
bind-key C-space send-prefix
# Set new panes to open in current directory
bind c new-window -c "#{pane_current_path}"
bind '"' split-window -c "#{pane_current_path}"
bind % split-window -h -c "#{pane_current_path}"
@soifou
soifou / iTerm2.md
Last active June 15, 2024 21:12
iTerm2 Shortcuts

iTerm2 Shortcuts

Tab navigation

  • open new tab: Cmd + t
  • next tab: Cmd + Shift + ]
  • previous tab: Cmd + Shift + [

Pane navigation