Last active
December 23, 2022 13:06
-
-
Save RobertBrunhage/8f92b0ee75142598410ec4b271a23b75 to your computer and use it in GitHub Desktop.
nnoremap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- vimscript way | |
-- nnoremap <leader>fd :below new output:///flutter-dev <CR> | |
-- lua way | |
vim.keymap.set("n", "<leader>fd", ":below new output:///flutter-dev <CR>") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment