Skip to content

Commit

Permalink
Shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
willhbr committed Mar 6, 2024
1 parent 7ffb47f commit bb579c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions git/jjconfig.toml
Expand Up @@ -17,3 +17,4 @@ setmain = ["branch", "set", "main", "-r", "@-"]
sync = ['git', 'fetch', '--all-remotes']
evolve = ['rebase', '-d', 'main']
push = ['git', 'push', '--all']
ig = ['git', 'init', '--git-repo=.']
4 changes: 2 additions & 2 deletions tmux/tmux.conf
Expand Up @@ -24,8 +24,8 @@ set -g focus-events on
set -g allow-rename on

# SHORTCUTS
bind c new-window -c '#{pane_current_path}'
bind -n M-c new-window -c '#{pane_current_path}'
bind c new-window -c '#{pane_current_path}' -a -t '{next}'
bind -n M-c new-window -c '#{pane_current_path}' -a -t '{next}'
bind -n M-z resize-pane -Z

bind x confirm-before -p "kill-pane #P? (y/n)" kill-pane
Expand Down

0 comments on commit bb579c7

Please sign in to comment.