dotfiles

Personal dotfiles.
git clone git://vcs.sapka.me/dotfiles
Log | Files | Refs | Submodules

commit 3d970d83e3d9ae5496657d4277c2938760876213
parent d218b29781b92f4bcc6ff2ac0bb4a3ba2fb5dc5f
Author: MichaƂ Sapka <michal@sapka.me>
Date:   Mon, 24 Oct 2022 12:34:55 +0200

feat: kyboard control update

Diffstat:
Abin/.local/bin/xremap | 0
Msetup/ubuntu.sh | 2+-
Mtmux/.tmux.conf | 1+
3 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/bin/.local/bin/xremap b/bin/.local/bin/xremap Binary files differ. diff --git a/setup/ubuntu.sh b/setup/ubuntu.sh @@ -30,7 +30,7 @@ sudo apt install \ fzf \ stow \ exa \ - starship \ + xmodmap \ tldr \ neovim \ gh \ diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf @@ -3,6 +3,7 @@ set -g default-terminal "xterm-256color" unbind C-b set-option -g prefix C-a set-option -g repeat-time 0 # always use prefix key +set-option -g escape-time 0 # vi mode setw -g mode-keys vi