merge: work
This commit is contained in:
commit
119f117c9a
3 changed files with 2 additions and 3 deletions
|
@ -628,6 +628,7 @@ apps = {
|
|||
"xss-lock -- " .. lock,
|
||||
"picom",
|
||||
"nm-applet",
|
||||
"numlockx",
|
||||
"killall cbatticon",
|
||||
"cbatticon BAT0 -i symbolic",
|
||||
"flameshot",
|
||||
|
|
|
@ -47,8 +47,5 @@ require"pack-which-key"
|
|||
----- keybindings -----
|
||||
-----------------------
|
||||
|
||||
-- terminal escape key
|
||||
vim.keymap.set("t", "<Esc>", "<C-\\><C-n>" )
|
||||
|
||||
-- remove trailing whitespaces
|
||||
vim.keymap.set("n", "<Leader>f", "<cmd>%s/\\s\\+$//e<CR>")
|
||||
|
|
1
.zshenv
1
.zshenv
|
@ -11,6 +11,7 @@ export XDG_DATA_DIRS='/usr/local/share/:/usr/share/'
|
|||
|
||||
export ZDOTDIR="$HOME"/.config/zsh
|
||||
export HISTFILE="$XDG_STATE_HOME"/zsh/history
|
||||
export ZLE_RPROMPT_INDENT=0
|
||||
|
||||
export LESSHISTFILE='-'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue