Change bindings in I3 + update neovim

This commit is contained in:
2024-10-23 11:53:12 +02:00
parent ef2bff1dd2
commit bf80b5054a
8 changed files with 30 additions and 19 deletions
+1
View File
@@ -3,6 +3,7 @@ alias la='ls -A'
alias l='ls -CF'
alias lla='ls -al'
alias mux='tmuxinator'
alias i="ipython"
alias pm='python manage.py'
alias pmt='clear && pm test'
+2
View File
@@ -0,0 +1,2 @@
bindkey "^k" up-line-or-history
bindkey "^j" up-line-or-history