Skip to content
Archive of posts tagged related articles

when you press f9 \’paste\’ is on , press f9 again and \’paste\’ is off, and so forth (works in insert-mode and command-mode)

vim\’s pastetoggle: when you press f9 \’paste\’ is on , press f9 again and \’paste\’ is off, and so forth (works in insert-mode and command-mode) $ nmap :set paste!:set paste? Sets as paste toggle, with visual confirmation of state * View this command to comment, vote or add to favourites * View all commands by [...]

Adding a sub-menu in the wordpress admin menu :)

For the impatient ones, first the code: (in wp-admin folder, open the file menu.php) and locate the code: $submenu[\'edit.php\'][10]  = array( _x(\’Add New\’, \’post\’), \’edit_posts\’, \’post-new.php\’ ); and add the below: $submenu[\'edit.php\'][7]  = array( _x(\’Pending\’, \’post\’), \’edit_posts\’, \’edit.php?post_status=pending&post_type=post\’ ); And now the explanation and why do you need this Problem: There is no direct mechanism [...]

importing outlook pst files in evolution in Fedora 13 ( Goddard)

If you were using outlook and moved to some other mail client then you know the pain of moving the mails from outlook mail from outlook to any other client. If you are using evolution on Fedora, then you are in luck. Just install the plug-in and select the file to import as simple as [...]