diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-10 13:57:44 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-10 13:57:44 +0530 | 
| commit | 3d935a51d55b4195eced62d422b71eeb08b71daf (patch) | |
| tree | 5fff05e01e86874d8d713c38a414d59ec39b2632 /config | |
| parent | 8c62abae36e99f9a557f4f3c7d977d1488d34221 (diff) | |
update
Diffstat (limited to 'config')
| -rw-r--r-- | config/.tmux.conf | 2 | ||||
| -rw-r--r-- | config/bash.nix | 1 | 
2 files changed, 1 insertions, 2 deletions
| diff --git a/config/.tmux.conf b/config/.tmux.conf index 248b37c..28df1d0 100644 --- a/config/.tmux.conf +++ b/config/.tmux.conf @@ -30,7 +30,7 @@ set-window-option -g mode-keys vi  bind-key -T copy-mode-vi v send-keys -X begin-selection  bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel -bind | split-window -h -c "#{pane_current_path}" +bind \ split-window -h -c "#{pane_current_path}"  bind - split-window -v -c "#{pane_current_path}"  bind-key r command-prompt -I "#W" "rename-window '%%'" diff --git a/config/bash.nix b/config/bash.nix index fb61b59..f650a21 100644 --- a/config/bash.nix +++ b/config/bash.nix @@ -3,7 +3,6 @@      enable = true;      initExtra= ''        export PS1="\[\e[38;5;243m\]\h \[\e[38;5;254m\]\w \[\033[0m\]> " -      set -o vi        bind "set completion-ignore-case on"        if [[ -n "$IN_NIX_SHELL" ]]; then | 
