some tmux config changes
This commit is contained in:
parent
939bc6b64c
commit
8b4c0320e0
1 changed files with 9 additions and 0 deletions
|
@ -6,6 +6,9 @@
|
|||
historyLimit = 50000;
|
||||
keyMode = "emacs";
|
||||
mouse = false;
|
||||
newSession = true;
|
||||
# address vim mode switching delay (http://superuser.com/a/252717/65504)
|
||||
escapeTime = 0;
|
||||
plugins = with pkgs.tmuxPlugins; [
|
||||
yank
|
||||
{
|
||||
|
@ -29,6 +32,12 @@
|
|||
bind v split-window -c "#{pane_current_path}" -h
|
||||
bind s split-window -c "#{pane_current_path}" -v
|
||||
|
||||
# confirm before killing a window or the server
|
||||
bind-key k confirm kill-window
|
||||
bind-key K confirm kill-server
|
||||
|
||||
set -g renumber-windows on
|
||||
|
||||
# FILE: iceberg.tmux.conf
|
||||
# REPO: https://github.com/gkeep/iceberg-dark
|
||||
# MAINTAINER: gkeep <gkeep77@protonmail.com>
|
||||
|
|
Loading…
Add table
Reference in a new issue