clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

add copy file-name

sspaeti d2a4d995 f6d7b706

+2
+2
nvim/.config/nvim/lua/sspaeti/remap.lua
··· 427 427 428 428 --copy path of current file into clipboard 429 429 vim.keymap.set('n', '<leader>y', ':let @+=expand("%:p")<CR>') 430 + --copy file name of current file into clipboard 431 + vim.keymap.set('n', '<leader>Y', ':let @+=expand("%:t")<CR>') 430 432 431 433 --! jumping forth and back: Needed, if I remove, c-o and c-i are not working anylonger 432 434 -- vim.keymap.set("n", "<leader>O", "<C-o>", { noremap = true })