Skip to content

Commit

Permalink
Terminal: xterm
Browse files Browse the repository at this point in the history
  • Loading branch information
andys8 committed Jan 23, 2025
1 parent 4f0e236 commit 801a05d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
9 changes: 0 additions & 9 deletions fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,9 @@ bind --user --mode insert --key nul backward-delete-char
# Keybinding: Ctrl-Backspace
bind --user --mode insert \cH backward-kill-path-component

# Cursor speed
# xset r rate 200 80 2> /dev/null &

# zoxide init
zoxide init fish | source

# nix-shell using fix via any-nix-shell
function nix-shell
any-nix-shell fish | source
nix-shell $argv
end

# Aliases
abbr -a -- .. 'cd ..'
abbr -a -- ... 'cd ../..'
Expand Down
2 changes: 1 addition & 1 deletion profile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export N_PREFIX=$HOME/.local
export EDITOR=vim
export VISUAL=vim
export GIT_EDITOR=vim
export TERMINAL=alacritty
export TERMINAL=xterm-256color
export LANG=en_US.UTF-8
export RANGER_DEVICONS_SEPARATOR=" "

Expand Down
3 changes: 0 additions & 3 deletions vimrc.local
Original file line number Diff line number Diff line change
Expand Up @@ -448,9 +448,6 @@ autocmd BufNewFile,BufRead *.mdx set filetype=markdown
let test#javascript#runner = 'jest'
command! Jest execute '!npx jest %'

" Clean tty on close
autocmd VimLeave * !stty sane

" Include temporary vim settings
if filereadable("/tmp/.vimrc")
source /tmp/.vimrc
Expand Down

0 comments on commit 801a05d

Please sign in to comment.