Skip to content

Commit 1173592

Browse files
committed
misc
1 parent 8db4182 commit 1173592

File tree

5 files changed

+3
-25
lines changed

5 files changed

+3
-25
lines changed

home/.config/nvim/init.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ nmap('gj', ':HopLineAC<cr>')
132132
nmap('gk', ':opLineBC<cr>')
133133
xnmap('gD', vim.lsp.buf.declaration, '[G]oto [D]eclaration')
134134
-- <leader>
135-
xnmap('<leader>?', require('telescope.builtin').oldfiles, { desc = '[?] Find recently opened files' })
136-
xnmap('<leader><space>', require('telescope.builtin').buffers, { desc = '[ ] Find existing buffers' })
135+
xnmap('<leader>?', require('telescope.builtin').oldfiles, '[?] Find recently opened files')
136+
xnmap('<leader><space>', require('telescope.builtin').buffers, '[ ] Find existing buffers')
137137
nmap('<leader>.', '<cmd>lua require("telescope.builtin").find_files({search_dirs={vim.fn.expand("%:h:p")}})<cr>', {silent=true})
138138
-- <leader>a (app)
139139
nmap('<leader>ag', '<cmd>%!genhdr<cr>')

home/.config/systemd/user/fcitx.service

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Documentation=man:fcitx(1)
44

55
[Service]
66
Environment=XMODIFIERS=@im=fcitx GTK_IM_MODULE=fcitx QT_IM_MODULE=fcitx
7-
ExecStart=/usr/bin/fcitx -D
7+
ExecStart=/usr/bin/fcitx5 -D
88

99
[Install]
1010
WantedBy=graphical.target

home/.config/systemd/user/nvchecker.service

-5
This file was deleted.

home/.config/systemd/user/nvchecker.timer

-9
This file was deleted.

home/.config/systemd/user/udiskie.service

-8
This file was deleted.

0 commit comments

Comments
 (0)